Expand description
Utilities to encapsulate calls to a canister.
Structs§
- AndThen
Async Caller - An
AsyncCallthat applies a transform function to the result of the call. Because of constraints on the type system in Rust, both the input and output to the function must be deserializable. - Async
Caller - An async caller, encapsulating a call to an update method.
- Mapped
Async Caller - A structure that applies a transform function to the result of a call. Because of constraints on the type system in Rust, both the input and output to the function must be deserializable.
- Sync
Caller - A synchronous call encapsulation.
Enums§
- Expiry
- An expiry value. Either not specified (the default), a delay relative to the time the call is made, or a specific date time.