PoolOwner: {
    type: THIRD_PARTY;
    params: PoolOwnerThirdPartyParams;
} | {
    type: DEVICE_OWNED;
    params: PoolOwnerDeviceOwnedParams;
}

Represents pool owner.

See

PoolRegistrationParams

Generated using TypeDoc