ryan-senn / stellar-elm-sdk / Stellar.Resources.Effects.SignerUpdated

Signer updated Effect

Type alias


type alias SignerUpdated =
{ id : String
, pagingToken : String
, type_ : String
, typeI : Basics.Int
, account : String
, weight : Basics.Int
, publicKey : Stellar.PublicKey.PublicKey
, key : String
, links : Stellar.Resources.Effects.Links.Links 
}

Type alias