wallet/getAccountTransaction
Gets a transaction for an account. If the account is not specified, the default account is used.
Request
{
hash: string
account?: string
confirmations?: number
}
Response
{
account: string
transaction: RpcWalletTransaction | null
}
RPC Objects: