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

    Interface PaymentStreamProposalInput

    Input format for creating a paymentStream proposal

    interface PaymentStreamProposalInput {
        appRewardBeneficiaries?: { beneficiary: string; weight: string }[];
        description?: string;
        freeTrialExpiration?: PaymentStreamTimeInput;
        metadata?: Record<string, string>;
        observers?: string[];
        payer: string;
        paymentsEndAt?: PaymentStreamTimeInput;
        prepayWindow: string;
        processorPaymentPerDay?: PaymentStreamAmountInput | null;
        provider: string;
        recipient: string;
        recipientPaymentPerDay: PaymentStreamAmountInput;
    }
    Index

    Properties

    appRewardBeneficiaries?: { beneficiary: string; weight: string }[]
    description?: string
    freeTrialExpiration?: PaymentStreamTimeInput
    metadata?: Record<string, string>
    observers?: string[]
    payer: string
    paymentsEndAt?: PaymentStreamTimeInput
    prepayWindow: string
    processorPaymentPerDay?: PaymentStreamAmountInput | null
    provider: string
    recipient: string
    recipientPaymentPerDay: PaymentStreamAmountInput