Interface MintsApiGetMintRequest

interface MintsApiGetMintRequest {
    id: string;
}

Hierarchy

  • MintsApiGetMintRequest
    • MintsApiGetMintRequest

Properties

Properties

id: string

Mint ID. This is the transaction_id returned from listMints

MintsApiGetMint