Contract creation info

interface Contract {
    aexnType: null | string;
    blockHash: `mh_${string}`;
    contract: `ct_${string}`;
    createTx: ContractCreateTx;
    sourceTxHash: `th_${string}`;
    sourceTxType: string;
}

Properties

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

Micro block hash

contract: `ct_${string}`

Contract address

sourceTxHash: `th_${string}`

Transaction hash

sourceTxType: string