View Source StellarBase.XDR.HashIDPreimageContractAuth (Elixir Stellar Base v0.9.1)
Representation of Stellar HashIDPreimageContractAuth
type.
Link to this section Summary
Link to this section Types
@type t() :: %StellarBase.XDR.HashIDPreimageContractAuth{ invocation: StellarBase.XDR.AuthorizedInvocation.t(), network_id: StellarBase.XDR.Hash.t(), nonce: StellarBase.XDR.UInt64.t() }
Link to this section Functions
@spec new( network_id :: StellarBase.XDR.Hash.t(), nonce :: StellarBase.XDR.UInt64.t(), invocation :: StellarBase.XDR.AuthorizedInvocation.t() ) :: t()