TransferBalance
No description
type TransferBalance {
account: AccountDetails!
balance: String!
}
Fields
TransferBalance.account
● AccountDetails!
non-null object
Account involved in transfer
TransferBalance.balance
● String!
non-null scalar
The new balance of the account
Member of
TransferResponse
object