interface PKPInfo {
    ethAddress: string;
    publicKey: string;
    tokenId: string;
}

Properties

ethAddress: string
publicKey: string
tokenId: string