Struct ic_agent::agent::signed::SignedUpdate [−][src]
pub struct SignedUpdate {
pub nonce: Option<Vec<u8>>,
pub ingress_expiry: u64,
pub sender: Principal,
pub canister_id: Principal,
pub method_name: String,
pub arg: Vec<u8>,
pub effective_canister_id: Principal,
pub signed_update: Vec<u8>,
pub request_id: RequestId,
}Fields
nonce: Option<Vec<u8>>ingress_expiry: u64sender: Principalcanister_id: Principalmethod_name: Stringarg: Vec<u8>effective_canister_id: Principalsigned_update: Vec<u8>request_id: RequestIdTrait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for SignedUpdateimpl Send for SignedUpdateimpl Sync for SignedUpdateimpl Unpin for SignedUpdateimpl UnwindSafe for SignedUpdateBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V