Interface MintWithAuthResponse<T>

interface MintWithAuthResponse<T> {
    pkp: {
        ethAddress: string;
        publicKey: string;
        tokenId: string;
    };
    tx: T;
}

Type Parameters

  • T

Properties

Properties

pkp: {
    ethAddress: string;
    publicKey: string;
    tokenId: string;
}
tx: T