gleeth/commands/send

Types

pub type SendArgs {
  SendArgs(
    to: String,
    value: String,
    private_key: String,
    gas_limit: String,
    data: String,
    legacy: Bool,
  )
}

Constructors

  • SendArgs(
      to: String,
      value: String,
      private_key: String,
      gas_limit: String,
      data: String,
      legacy: Bool,
    )

Values

pub fn execute(
  provider: provider.Provider,
  args: SendArgs,
) -> Result(Nil, types.GleethError)
Search Document