wowok
Version:
Wowok Blockchain TypeScript API
1 lines • 693 B
JavaScript
import{TransactionExecutionService}from'./transaction_execution_service.js';import{stackIntercept}from'@protobuf-ts/runtime-rpc';export class TransactionExecutionServiceClient{['_transport'];['typeName']=TransactionExecutionService['typeName'];['methods']=TransactionExecutionService['methods'];['options']=TransactionExecutionService['options'];constructor(a){this['_transport']=a;}['executeTransaction'](a,b){const c=this['methods'][0x0],d=this['_transport']['mergeOptions'](b);return stackIntercept('unary',this['_transport'],c,d,a);}['simulateTransaction'](a,b){const c=this['methods'][0x1],d=this['_transport']['mergeOptions'](b);return stackIntercept('unary',this['_transport'],c,d,a);}}