rpc: add CalculateNetworkFee RPC method
This commit is contained in:
parent
d2a81daf57
commit
252e03bc34
4 changed files with 125 additions and 3 deletions
|
@ -5,4 +5,5 @@ type Policer interface {
|
|||
GetBaseExecFee() int64
|
||||
GetMaxVerificationGAS() int64
|
||||
GetStoragePrice() int64
|
||||
FeePerByte() int64
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue