Struct deep_space::private_key::MessageArgs [−][src]
pub struct MessageArgs {
pub sequence: u64,
pub fee: Fee,
pub timeout_height: u64,
pub chain_id: String,
pub account_number: u64,
}Fields
sequence: u64fee: Feetimeout_height: u64chain_id: Stringaccount_number: u64Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for MessageArgs
impl Send for MessageArgs
impl Sync for MessageArgs
impl Unpin for MessageArgs
impl UnwindSafe for MessageArgs
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more