dsteem
    Preparing search index...

    Interface ClaimRewardBalanceOperation

    Generic operation.

    interface ClaimRewardBalanceOperation {
        "0": "claim_reward_balance";
        "1": {
            account: string;
            reward_sbd: string | Asset;
            reward_steem: string | Asset;
            reward_vests: string | Asset;
        };
    }

    Hierarchy (View Summary)

    Index

    Properties

    0 1

    Properties

    "0": "claim_reward_balance"
    "1": {
        account: string;
        reward_sbd: string | Asset;
        reward_steem: string | Asset;
        reward_vests: string | Asset;
    }