OBJECT
Ledger
Ledger details
link GraphQL Schema definition
- type Ledger {
- # Available funds in the ledger
- #
- # Arguments
- # transactionDate: Available funds at time of transaction
- (: String): Float!
- # When the ledger was created
- : ISO8601DateTime!
- # ID of the ledger
- : ID!
- # Legal name of the ledger
- : String!
- # Number of the ledger
- : Int!
- # Trusts of the Account
- : Trust!
- # When the ledger was last updated
- : ISO8601DateTime!
- }