Type Alias GenericConstructorQueryCall<ChainApi, F>

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

Type Parameters