Exemple #1
0
            static Func <Query, Task <Response> > getRequestMethod(Channel channel)
            {
                var client = new SmartContractService.SmartContractServiceClient(channel);

                return(async(Query query) => (await client.ContractGetBytecodeAsync(query)));
            }