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

    Interface PaymentStreamTimeInput

    Input format for paymentStream time values (before DAML conversion)

    interface PaymentStreamTimeInput {
        type: "PRECISE" | "RELATIVE";
        value: string | Date;
    }
    Index

    Properties

    Properties

    type: "PRECISE" | "RELATIVE"
    value: string | Date