Exemple #1
0
        public Task <BigInteger> EpochPoolNativeRewardQueryAsync(BigInteger returnValue1, string returnValue2, BlockParameter blockParameter = null)
        {
            var epochPoolNativeRewardFunction = new EpochPoolNativeRewardFunction();

            epochPoolNativeRewardFunction.ReturnValue1 = returnValue1;
            epochPoolNativeRewardFunction.ReturnValue2 = returnValue2;

            return(ContractHandler.QueryAsync <EpochPoolNativeRewardFunction, BigInteger>(epochPoolNativeRewardFunction, blockParameter));
        }
Exemple #2
0
 public Task <BigInteger> EpochPoolNativeRewardQueryAsync(EpochPoolNativeRewardFunction epochPoolNativeRewardFunction, BlockParameter blockParameter = null)
 {
     return(ContractHandler.QueryAsync <EpochPoolNativeRewardFunction, BigInteger>(epochPoolNativeRewardFunction, blockParameter));
 }