PoolRewardAccount: {
    type: THIRD_PARTY;
    params: PoolRewardAccountThirdPartyParams;
} | {
    type: DEVICE_OWNED;
    params: PoolRewardAccountDeviceOwnedParams;
}

Represents pool reward account.

See

PoolRegistrationParams

Generated using TypeDoc