interface TokenInfo {
    btcAddress: string;
    cosmosAddress: string;
    ethAddress: string;
    isNewPKP: boolean;
    publicKey: string;
    publicKeyBuffer: Buffer;
    tokenId: string;
}

Properties

btcAddress: string
cosmosAddress: string
ethAddress: string
isNewPKP: boolean
publicKey: string
publicKeyBuffer: Buffer
tokenId: string