Interface UpdateStakeDiceState

The stake dice state has changed. Subtype of Update.

interface UpdateStakeDiceState {
    @type: "updateStakeDiceState";
    state: StakeDiceState;
}

Properties

Properties

@type: "updateStakeDiceState"

The new state. The state can be used only if it was received recently enough. Otherwise, a new state must be requested using getStakeDiceState.