Skip to main content
Module

x/polkadot/types/interfaces/index.ts>RewardDestination

Package publishing for deno.land/x/polkadot
Go to Latest
interface RewardDestination
implements Enum
import { type RewardDestination } from "https://deno.land/x/polkadot@0.2.25/types/interfaces/index.ts";

Properties

readonly
isStaked: boolean
readonly
isStash: boolean
readonly
isController: boolean
readonly
isAccount: boolean
readonly
asAccount: AccountId
readonly
isNone: boolean
readonly
type:
| "Staked"
| "Stash"
| "Controller"
| "Account"
| "None"