Type alias BaseSmartContractOperation

BaseSmartContractOperation: BaseOperation & {
    coins: U64_t;
    maxGas: U64_t;
}

Type declaration