You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/gen/csharp/RpcGrpc.cs
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -870,7 +870,7 @@ public abstract partial class GnoNativeServiceBase
870
870
}
871
871
872
872
/// <summary>
873
-
/// EstimateGas estimate the least amount of gas required for the transaction to go through on the chain (minimum gas wanted), with a security margin.
873
+
/// EstimateGas estimates the least amount of gas required for the transaction to go through on the chain (minimum gas wanted), with a security margin.
874
874
/// If UpdateTx is true, then update the transaction with the gasWanted amount.
875
875
/// </summary>
876
876
/// <param name="request">The request received from the client.</param>
/// EstimateGas estimate the least amount of gas required for the transaction to go through on the chain (minimum gas wanted), with a security margin.
2455
+
/// EstimateGas estimates the least amount of gas required for the transaction to go through on the chain (minimum gas wanted), with a security margin.
2456
2456
/// If UpdateTx is true, then update the transaction with the gasWanted amount.
2457
2457
/// </summary>
2458
2458
/// <param name="request">The request to send to the server.</param>
/// EstimateGas estimate the least amount of gas required for the transaction to go through on the chain (minimum gas wanted), with a security margin.
2469
+
/// EstimateGas estimates the least amount of gas required for the transaction to go through on the chain (minimum gas wanted), with a security margin.
2470
2470
/// If UpdateTx is true, then update the transaction with the gasWanted amount.
2471
2471
/// </summary>
2472
2472
/// <param name="request">The request to send to the server.</param>
/// EstimateGas estimate the least amount of gas required for the transaction to go through on the chain (minimum gas wanted), with a security margin.
2481
+
/// EstimateGas estimates the least amount of gas required for the transaction to go through on the chain (minimum gas wanted), with a security margin.
2482
2482
/// If UpdateTx is true, then update the transaction with the gasWanted amount.
2483
2483
/// </summary>
2484
2484
/// <param name="request">The request to send to the server.</param>
/// EstimateGas estimate the least amount of gas required for the transaction to go through on the chain (minimum gas wanted), with a security margin.
2495
+
/// EstimateGas estimates the least amount of gas required for the transaction to go through on the chain (minimum gas wanted), with a security margin.
2496
2496
/// If UpdateTx is true, then update the transaction with the gasWanted amount.
2497
2497
/// </summary>
2498
2498
/// <param name="request">The request to send to the server.</param>
@@ -2481,7 +2529,7 @@ export class EstimateGasRequest extends Message<EstimateGasRequest> {
2481
2529
2482
2530
/**
2483
2531
* The security margin to apply to the estimated gas amount.
2484
-
* This number is represents a decimal numeral value with two decimals precision, without the decimal separator. E.g. 1 means 0.01 and 10000 means 100.00.
2532
+
* This number represents a decimal numeral value with two decimals precision, without the decimal separator. E.g. 1 means 0.01 and 10000 means 100.00.
2485
2533
* It will be multiplied by the estimated gas amount.
2486
2534
*
2487
2535
* @generated from field: uint32 security_margin = 3;
@@ -2637,6 +2685,20 @@ export class BroadcastTxCommitResponse extends Message<BroadcastTxCommitResponse
0 commit comments