Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Balance ¶
Balance holds amount of yoctoNEAR
func (Balance) MarshalJSON ¶
func (*Balance) UnmarshalJSON ¶
type Gas ¶
type Gas = uint64
Gas is a type for storing amounts of gas.
var ( // 30 TGas DefaultFunctionCallGas Gas = 30 * 1000000000000 )
type StorageUsage ¶
type StorageUsage = uint64
StorageUsage is used to count the amount of storage used by a contract.
Click to show internal directories.
Click to hide internal directories.