Consumer API · type

LedgerEntryLink

Generated schema definition for LedgerEntryLink.

Definition

graphql
type LedgerEntryLink {
createdAt: Date!
cryptoAmountUsed: Float
fiatAmountUsed: Int!
fiatCurrency: CurrencyCodeEnum!
from: LedgerEntry!
id: String!
to: LedgerEntry
transaction: Transaction
type: String
updatedAt: Date!
}