Expand description
The canister interface for the cycles wallet canister.
Structs§
- Address
Entry - An entry in the address book.
- Balance
Result - The result of a balance request.
- Call
Forwarder - An interface for forwarding a canister method call through the wallet canister via
wallet_canister_call. - Call
Result - The result of a call forwarding request.
- Canister
Settings V1 - A canister’s settings. Similar to the canister settings struct from
management_canister, but the management canister may evolve to have more settings without the wallet canister evolving to recognize them. - Create
Result - The result of a canister creation request.
- Event
- A transaction event tracked by the wallet’s history feature.
- Managed
Canister Event - A transaction event related to a
ManagedCanisterInfo. - Managed
Canister Info - A canister that the wallet is responsible for managing.
- Wallet
Canister - A wallet canister interface, for the standard wallet provided by DFINITY. This interface implements most methods conveniently for the user.
Enums§
- Event
Kind - The possible kinds of events that can be stored in an
Event. - Kind
- The kind of principal that a particular principal is.
- Managed
Canister Event Kind - The possible kinds of events that can be stored in a
ManagedCanisterEvent. - Role
- The significance of a principal in the wallet’s address book.