Skip to content

Commit 50cf319

Browse files
authored
Update get account transaction RPC docs (#765)
1 parent e7fd771 commit 50cf319

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/documentation/rpc/wallet/get_account_transaction.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ Gets a transaction for an account. If the account is not specified, the default
1111
{
1212
hash: string
1313
account?: string
14+
serialized?: boolean
1415
confirmations?: number
16+
notes?: boolean
17+
spends?: boolean
1518
}
1619
```
1720

@@ -24,7 +27,7 @@ Gets a transaction for an account. If the account is not specified, the default
2427
}
2528
```
2629

27-
RPC Objects:
30+
RPC Objects:
2831
- [RpcWalletTransaction](/developers/documentation/rpc/objects/rpcWalletTransaction)
2932

3033

0 commit comments

Comments
 (0)