ryan-senn / stellar-elm-sdk / Stellar.Signer

Record to represent a Signer

Type alias


type alias Signer =
{ publicKey : Stellar.PublicKey.PublicKey
, weight : Basics.Int
, key : Stellar.PublicKey.PublicKey
, type_ : String 
}

Type alias