View Source StellarBase.XDR.HashIDPreimageContractAuth (Elixir Stellar Base v0.10.0)

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

Link to this function

new(network_id, nonce, invocation)

View Source
@spec new(
  network_id :: StellarBase.XDR.Hash.t(),
  nonce :: StellarBase.XDR.UInt64.t(),
  invocation :: StellarBase.XDR.AuthorizedInvocation.t()
) :: t()