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

    Interface PaymentStreamStats

    interface PaymentStreamStats {
        roundsProcessed: string;
        totalPaidByPayerCC: string;
        totalPaidByPayerUSD: string;
        totalReceivedByProcessorCC: string;
        totalReceivedByProcessorUSD: string;
        totalReceivedByRecipientCC: string;
        totalReceivedByRecipientUSD: string;
    }
    Index

    Properties

    roundsProcessed: string
    totalPaidByPayerCC: string
    totalPaidByPayerUSD: string
    totalReceivedByProcessorCC: string
    totalReceivedByProcessorUSD: string
    totalReceivedByRecipientCC: string
    totalReceivedByRecipientUSD: string