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

    Interface PaymentStreamAmount

    Type definitions for ActivePaymentStream contracts

    interface PaymentStreamAmount {
        tag: "AmuletAmount" | "USDAmount";
        value: string;
    }
    Index

    Properties

    Properties

    tag: "AmuletAmount" | "USDAmount"
    value: string