import { Core } from "https://deno.land/x/lucid@0.5.2/src/mod.ts";
const { MoveInstantaneousReward } = Core;
Methods
as_to_other_pot(): BigNum | undefined
as_to_stake_creds(): MIRToStakeCredentials | undefined
free(): void
kind(): number
pot(): number
to_bytes(): Uint8Array
to_json(): string
Static Methods
from_bytes(bytes: Uint8Array): MoveInstantaneousReward
from_json(json: string): MoveInstantaneousReward
new_to_other_pot(pot: number, amount: BigNum): MoveInstantaneousReward
new_to_stake_creds(pot: number, amounts: MIRToStakeCredentials): MoveInstantaneousReward