Skip to main content

Module send

Module send 

Source

Structsยง

SendOptions ๐Ÿ”’
How a transaction is submitted and its result reported.
SendTxArgs
CLI arguments for cast send.

Enumsยง

SendTxSubcommands

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://).