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

HashIDPreimageCreateContractArgs struct definition.

Link to this section Summary

Link to this section Types

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