ryan-senn / stellar-elm-sdk / Stellar.Resources.Ledger

Ledger Resource

Type alias


type alias Ledger =
{ id : String
, pagingToken : String
, hash : String
, prevHash : Maybe String
, sequence : Basics.Int
, transactionCount : Basics.Int
, operationCount : Basics.Int
, closedAt : Time.Posix
, totalCoins : String
, feePool : String
, baseFee : Maybe Basics.Int
, baseReverse : Maybe String
, maxTxSetSize : Basics.Int
, protocolVersion : Basics.Int
, headerXdr : String
, baseFeeInStroops : Basics.Int
, baseReserveInStroops : Basics.Int
, links_ : Links 
}

Ledger


type alias Links =
{ effects : Stellar.Link.Link
, operations : Stellar.Link.Link
, payments : Stellar.Link.Link
, self : Stellar.Link.Link
, transactions : Stellar.Link.Link 
}

Links