Open Cap Table Protocol Canton SDK - v0.2.125
    Preparing search index...

    Interface PaymentStreamAmountInput

    Input format for paymentStream amounts (before DAML conversion)

    interface PaymentStreamAmountInput {
        amount: string | number;
        type: "AMULET" | "USD";
    }
    Index

    Properties

    Properties

    amount: string | number
    type: "AMULET" | "USD"