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

pub struct Builder<'a> { /* fields omitted */ }
Expand description

Transaction message builder

Implementations

Create a new message builder for the given schema and message type

sdk.AccAddress: Cosmos SDK account addresses https://godoc.org/github.com/cosmos/cosmos-sdk/types#AccAddress

sdk.AccAddress encoded as Bech32

Bytes

sdk.ValAddress: Cosmos SDK validator addresses https://godoc.org/github.com/cosmos/cosmos-sdk/types#ValAddress

sdk.ValAddress encoded as Bech32

Strings

Consume this builder and output a message

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.