XrpPaymentTransaction: {
    account: BlockchainAddress;
    amount: Amount;
    blockNumber: number;
    currency?: string;
    error?: string;
    fee: Amount;
    hash: string;
    issuer?: BlockchainAddress;
    kind: Payment;
    status: TransactionStatus;
    to: BlockchainAddress;
}

Type declaration

Generated using TypeDoc