interface IRelayPollStatusResponse {
    error?: string;
    pkpEthAddress?: string;
    pkpPublicKey?: string;
    pkpTokenId?: string;
    status?: IRelayAuthStatus;
}

Properties

error?: string

Polling error

pkpEthAddress?: string

Eth address of new PKP

pkpPublicKey?: string

Public key of new PKP

pkpTokenId?: string

Token ID of PKP being minted

Polling status