Response Schema for AEX141 contract

interface Aex141Response {
    baseUrl: string;
    blockHeight: number;
    contractId: `ct_${string}`;
    contractTxHash: `th_${string}`;
    creationTime: Date;
    extensions: string[];
    invalid: boolean;
    limits: Record<string, unknown>;
}

Properties

baseUrl: string

Metadata base url

blockHeight: number

Block height of the contract creation

contractId: `ct_${string}`

NFT contract id

contractTxHash: `th_${string}`

Transaction hash of the contract creation

creationTime: Date

Creation time of the contract

extensions: string[]

Extensions implemented by the contract

invalid: boolean

True if the contract is invalid

limits: Record<string, unknown>

Limit for amount of tokens or templates