Ejemplo n.º 1
0
        public Task <ushort> TileTypeAtQueryAsync(ushort returnValue1, ushort returnValue2, BigInteger returnValue3, BlockParameter blockParameter = null)
        {
            var tileTypeAtFunction = new TileTypeAtFunction();

            tileTypeAtFunction.ReturnValue1 = returnValue1;
            tileTypeAtFunction.ReturnValue2 = returnValue2;
            tileTypeAtFunction.ReturnValue3 = returnValue3;

            return(ContractHandler.QueryAsync <TileTypeAtFunction, ushort>(tileTypeAtFunction, blockParameter));
        }
Ejemplo n.º 2
0
 public Task <ushort> TileTypeAtQueryAsync(TileTypeAtFunction tileTypeAtFunction, BlockParameter blockParameter = null)
 {
     return(ContractHandler.QueryAsync <TileTypeAtFunction, ushort>(tileTypeAtFunction, blockParameter));
 }