Documentation
¶
Index ¶
- Constants
- func Deallocate(pointer unsafe.Pointer)
- func Package_message(msg []byte) unsafe.Pointer
- func SafeAdd(a, b uint64) (uint64, error)
- func SafeDiv(a, b uint64) (uint64, error)
- func SafeMul(a, b uint64) (uint64, error)
- func SafeSub(a, b uint64) (uint64, error)
- func TranslateToRegion(b []byte, ptr uintptr) uintptr
- func TranslateToSlice(ptr uintptr) []byte
- func Translate_range_custom(ptr uintptr) []byte
- type Api
- type Deps
- type Iterator
- type JSONType
- type MemRegion
- type Order
- type Querier
- type QuerierWrapper
- type ReadonlyStorage
- type SliceHeader_Go
- type SliceHeader_tinyGo
- type Storage
Constants ¶
View Source
const REGION_HEAD_SIZE uint32 = 12
Variables ¶
This section is empty.
Functions ¶
func Deallocate ¶
func Package_message ¶
func TranslateToRegion ¶
func TranslateToSlice ¶
func Translate_range_custom ¶
Types ¶
type QuerierWrapper ¶
type QuerierWrapper struct {
Querier
}
func (QuerierWrapper) QueryAllBalances ¶
func (q QuerierWrapper) QueryAllBalances(addr string) ([]types.Coin, error)
func (QuerierWrapper) QueryBalance ¶
type ReadonlyStorage ¶
type SliceHeader_Go ¶
type SliceHeader_tinyGo ¶
Click to show internal directories.
Click to hide internal directories.