Struct stdtx::amino::builder::Builder[][src]

pub struct Builder { /* fields omitted */ }
Expand description

StdTx transaction builder, which handles construction, signing, and Amino serialization.

Implementations

Create a new transaction builder

Borrow this transaction builder’s Schema

Borrow this transaction builder’s chain ID

Get this transaction builder’s account number

Build and sign a transaction containing the given messages

Build, sign, and encode a transaction in Amino format

Create the JSON message to sign for this transaction

Create the serialized JSON string to sign for this transaction

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.