Skip to main content
Module send
cast
1.8.4
Module send
Module Items
Structs
Enums
Functions
In cast::
cmd
cast
::
cmd
Module
send
Copy item path
Source
Structs
ยง
Send
Options
๐
How a transaction is submitted and its result reported.
Send
TxArgs
CLI arguments for
cast send
.
Enums
ยง
Send
TxSubcommands
Functions
ยง
cast_
send
๐
Sends a transaction through
provider
, which signs it (a wallet-filled provider or an unlocked RPC account).
cast_
send_
raw
๐
Sends a raw transaction using the RPC method selected by
sync
.
cast_
send_
with_
tempo_
wallet
๐
Signs a prepared transaction with a Tempo wallet and sends it as a raw transaction.
cast_
send_
with_
tempo_
wallet_
via_
sponsor
๐
Signs a prepared transaction with a Tempo wallet, obtains a remote fee-payer signature, and broadcasts the sponsored transaction through the original provider transport. The relay selects the fee token, so
opts
must not resolve one.
validate_
sponsor_
url
๐
Validates that a sponsor URL uses https:// (localhost/127.0.0.1 may use http://).