mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-23 13:38:35 +00:00
5 lines
136 B
Go
5 lines
136 B
Go
|
package nativeprices
|
||
|
|
||
|
// NotaryVerificationPrice is the price of `verify` native Notary method.
|
||
|
const NotaryVerificationPrice = 1 << 15
|