Interface OperationMetadataBalanceUpdates

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

Properties

bond_id?: BondId
change: string
committer?: string
contract?: string
cycle?: number
delayed_operation_hash?: string
delegate?: string
delegator?: string
participation?: boolean
revelation?: boolean
staker?:
    | SingleStaker
    | SharedStaker
    | Baker
    | Baker_edge