Documentation ¶
Index ¶
- Constants
- func Address(address common.Address) string
- func Array(values []string) string
- func BigInt(int *big.Int) string
- func Bool(b bool) string
- func Bytes(bytes []byte) string
- func Capability(borrowType string, address string, path string) string
- func Composite(typeID string, fields []struct{ ... }) string
- func Dictionary(pairs []struct{ ... }) string
- func Fix64(v int64) string
- func FormattedStringLength(s string) int
- func Int(int int64) string
- func Link(ty string, targetPath string) string
- func PadLeft(value string, separator rune, minLength uint) string
- func Path(domain string, identifier string) string
- func String(s string) string
- func TypeValue(ty string) string
- func UFix64(v uint64) string
- func Uint(uint uint64) string
Constants ¶
View Source
const HostFunction = "Function(...)"
View Source
const Nil = "nil"
View Source
const StorageReference = "StorageReference()"
View Source
const Void = "()"
Variables ¶
This section is empty.
Functions ¶
func Dictionary ¶
func FormattedStringLength ¶ added in v0.24.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.