Response Schema for templates of a AEX-141 contract

interface Aex141TemplatesResponse {
    contractId: `ct_${string}`;
    edition?: Record<string, unknown>;
    logIdx: number;
    templateId: number;
    txHash: `th_${string}`;
}

Properties

contractId: `ct_${string}`

NFT contract id

edition?: Record<string, unknown>

Template edition details

logIdx: number

Log index of the TemplateCreation

templateId: number

Template id of AEX-141 tokens

txHash: `th_${string}`

Transaction hash of the TemplateCreation