Type alias TxUnpackedContractCreateTx1Type

TxUnpackedContractCreateTx1Type: TxUnpacked & {
    tag: ContractCreateTx;
    version: 1;
}

Type declaration

Generated using TypeDoc