XrpTransaction: {
    account: BlockchainAddress;
    blockNumber: number;
    error?: string;
    fee: Amount;
    hash: string;
    status: TransactionStatus;
}

Type declaration

Generated using TypeDoc