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 SignedUpdate
impl Send for SignedUpdate
impl Sync for SignedUpdate
impl Unpin for SignedUpdate
impl UnwindSafe for SignedUpdate
Blanket Implementations
Mutably borrows from an owned value. Read more
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