Struct cosm_utils::modules::cosmwasm::model::ExecRequestProto
source · pub struct ExecRequestProto {
pub signer_addr: Address,
pub contract_addr: Address,
pub msg: Vec<u8>,
pub funds: Vec<Coin>,
}Fields§
§signer_addr: Address§contract_addr: Address§msg: Vec<u8>§funds: Vec<Coin>Trait Implementations§
source§impl Clone for ExecRequestProto
impl Clone for ExecRequestProto
source§fn clone(&self) -> ExecRequestProto
fn clone(&self) -> ExecRequestProto
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ExecRequestProto
impl Debug for ExecRequestProto
source§impl<'de> Deserialize<'de> for ExecRequestProto
impl<'de> Deserialize<'de> for ExecRequestProto
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Msg for ExecRequestProto
impl Msg for ExecRequestProto
§type Err = CosmwasmError
type Err = CosmwasmError
Protobuf conversion error type
source§impl PartialEq<ExecRequestProto> for ExecRequestProto
impl PartialEq<ExecRequestProto> for ExecRequestProto
source§fn eq(&self, other: &ExecRequestProto) -> bool
fn eq(&self, other: &ExecRequestProto) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ExecRequestProto
impl Serialize for ExecRequestProto
source§impl TryFrom<ExecRequestProto> for MsgExecuteContract
impl TryFrom<ExecRequestProto> for MsgExecuteContract
§type Error = CosmwasmError
type Error = CosmwasmError
The type returned in the event of a conversion error.
source§impl TryFrom<MsgExecuteContract> for ExecRequestProto
impl TryFrom<MsgExecuteContract> for ExecRequestProto
impl Eq for ExecRequestProto
impl StructuralEq for ExecRequestProto
impl StructuralPartialEq for ExecRequestProto
Auto Trait Implementations§
impl RefUnwindSafe for ExecRequestProto
impl Send for ExecRequestProto
impl Sync for ExecRequestProto
impl Unpin for ExecRequestProto
impl UnwindSafe for ExecRequestProto
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request