Module wallet

Module wallet 

Source
Expand description

The canister interface for the cycles wallet canister.

Structs§

AddressEntry
An entry in the address book.
BalanceResult
The result of a balance request.
CallForwarder
An interface for forwarding a canister method call through the wallet canister via wallet_canister_call.
CallResult
The result of a call forwarding request.
CanisterSettingsV1
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.
CreateResult
The result of a canister creation request.
Event
A transaction event tracked by the wallet’s history feature.
ManagedCanisterEvent
A transaction event related to a ManagedCanisterInfo.
ManagedCanisterInfo
A canister that the wallet is responsible for managing.
WalletCanister
A wallet canister interface, for the standard wallet provided by DFINITY. This interface implements most methods conveniently for the user.

Enums§

EventKind
The possible kinds of events that can be stored in an Event.
Kind
The kind of principal that a particular principal is.
ManagedCanisterEventKind
The possible kinds of events that can be stored in a ManagedCanisterEvent.
Role
The significance of a principal in the wallet’s address book.