Interface MintWithAuthResponse<T>

Type Parameters

  • T

Hierarchy

  • MintWithAuthResponse

Properties

Properties

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

Type declaration

  • ethAddress: string
  • publicKey: string
  • tokenId: string
tx: T

Generated using TypeDoc