Type Alias GenericConstructorTxCall<ChainApi, F>

GenericConstructorTxCall<ChainApi, F>: F & {
    meta: ContractConstructorMessage;
}

Type Parameters