Interface PaymentTransactionFields

interface PaymentTransactionFields {
    amount: bigint;
    closeRemainderTo?: Address;
    receiver: Address;
}

Properties

amount: bigint
closeRemainderTo?: Address
receiver: Address

Generated using TypeDoc