Contract creation info

interface Contract {
    aexnType: null | string;
    blockHash: `mh_${string}`;
    contract: `ct_${string}`;
    createTx: Record<string, unknown>;
    sourceTxHash: `th_${string}`;
    sourceTxType: string;
}

Properties

aexnType: null | string
blockHash: `mh_${string}`

Micro block hash

contract: `ct_${string}`

Contract address

createTx: Record<string, unknown>

Any object

sourceTxHash: `th_${string}`

Transaction hash

sourceTxType: string