interface ClaimKeyResponse {
    claimedKeyId: string;
    mintTx: string;
    pubkey: string;
    signatures: Signature[];
}

Properties

claimedKeyId: string
mintTx: string
pubkey: string
signatures: Signature[]