@paystreamer/sdk
    Preparing search index...

    Interface BuildProcessPaymentTxParams

    interface BuildProcessPaymentTxParams {
        accountId: string;
        clockId: string;
        denomination: string;
        packageId: string;
        platformId: string;
        platformInitVersion: number;
        registryId: string;
        schedulerId: string;
        schedulerInitVersion: number;
        tx: Transaction;
    }
    Index
    accountId: string
    clockId: string
    denomination: string
    packageId: string
    platformId: string
    platformInitVersion: number
    registryId: string
    schedulerId: string
    schedulerInitVersion: number
    tx: Transaction