PoolKey: {
    type: THIRD_PARTY;
    params: PoolKeyThirdPartyParams;
} | {
    type: DEVICE_OWNED;
    params: PoolKeyDeviceOwnedParams;
}

Represents pool cold key.

See

PoolRegistrationParams

Generated using TypeDoc