@cfxlabsinc/b2b-services
    Preparing search index...
    type CreateEscrowTransferInput = {
        amount: string;
        claimUrl?: string;
        customerId: string;
        legacyTransactionId?: string;
        message?: string;
        metadata?: EscrowTransferMetadata;
        nonce: bigint;
        recipientPhone: string;
        senderId: string;
        senderWallet: string;
        tokenSymbol: string;
    }
    Index

    Properties

    amount: string
    claimUrl?: string
    customerId: string
    legacyTransactionId?: string
    message?: string
    nonce: bigint
    recipientPhone: string
    senderId: string
    senderWallet: string
    tokenSymbol: string