Search Apps Documentation Source Content File Folder Download Copy Actions Download State String Boolean Number Struct Map Slice Pointer Function Closure Reference Nil Package Type Interface Unknown

v0 source realm

Readme View source

gno.land/r/moul/outfmt/v0

TODO: describe this package.


Part of moul/gno-contracts — moul's versioned gno.land contracts. See the repository for the full catalog, build/test tooling, and usage.

Dependency graph:

gno.land/r/moul/outfmt/v0 dependency graph

⚠️ Disclaimer: provided as-is, without warranty; not security-audited. Full disclaimer: DISCLAIMER.

Functions 1

Types 1

type Result

struct
1type Result struct {
2	Number  int
3	Text    string
4	Numbers []int
5}
source

Methods on Result

func String

method on Result
1func (res *Result) String() string
source

Imports 4

Source Files 3