Interface OperationMetadataBalanceUpdates

interface OperationMetadataBalanceUpdates {
    bond_id?: BondId;
    category?: METADATA_BALANCE_UPDATES_CATEGORY;
    change: string;
    committer?: string;
    contract?: string;
    cycle?: number;
    delegate?: string;
    delegator?: string;
    kind: MetadataBalanceUpdatesKindEnum;
    origin?: MetadataBalanceUpdatesOriginEnum;
    participation?: boolean;
    revelation?: boolean;
    staker?: SingleStaker | SharedStaker | Baker;
}

Properties

bond_id?: BondId
change: string
committer?: string
contract?: string
cycle?: number
delegate?: string
delegator?: string
participation?: boolean
revelation?: boolean

Generated using TypeDoc