Documentation ¶
Index ¶
- Constants
- func AccountCapabilityController(borrowType string, capabilityID string) string
- 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, id string) string
- func Composite(typeID string, fields []struct{ ... }) string
- func DeprecatedPathCapability(borrowType string, address string, path string) string
- func Dictionary(pairs []struct{ ... }) string
- func Fix64(v int64) string
- func FormattedStringLength(s string) int
- func Int(int int64) string
- func PadLeft(value string, separator rune, minLength uint) string
- func Path(domain string, identifier string) string
- func StorageCapabilityController(borrowType string, capabilityID string, target 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 AccountReference = "AccountReference()"
View Source
const Nil = "nil"
View Source
const StorageReference = "StorageReference()"
View Source
const Void = "()"
Variables ¶
This section is empty.
Functions ¶
func AccountCapabilityController ¶ added in v0.39.0
func DeprecatedPathCapability ¶ added in v1.0.0
PathCapability returns the string representation of a path capability. Deprecated and removed in v1.0.0.
func Dictionary ¶
func FormattedStringLength ¶ added in v0.24.0
func StorageCapabilityController ¶ added in v0.39.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.