NotifyTopUpResult
NotifyTopUpResult = {
Ok:Cycles; } | {Err:NotifyError; }
Defined in: packages/canisters/src/declarations/cmc/cmc.d.ts:251
Type Declaration
Section titled “Type Declaration”{ Ok: Cycles; }
Ok:
Cycles
The amount of cycles sent to the specified canister.
{ Err: NotifyError; }
Err:
NotifyError