View Source Stellar.TxBuild.HashIDPreimageCreateContractArgs (Elixir Stellar SDK v0.14.0)

HashIDPreimageCreateContractArgs struct definition.

Link to this section Summary

Link to this section Types

@type t() :: %Stellar.TxBuild.HashIDPreimageCreateContractArgs{
  network_id: binary(),
  salt: non_neg_integer(),
  source: Stellar.TxBuild.SCContractExecutable.t()
}
@type validation() :: {:ok, any()} | {:error, atom()}