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

doc.gno

0.52 Kb · 11 lines
 1// Package common provides shared realm utilities for GnoSwap protocol contracts.
 2//
 3// The package contains helpers that must keep a realm boundary, including GRC20
 4// token operations and native coin validation. AMM math lives in
 5// gno.land/p/gnoswap/gnsmath/v1.
 6//
 7// Key components:
 8// - GRC20 Registry Helpers: convenient wrappers for GRC20 token operations
 9// - Coin Utilities: native coin handling and validation
10// - Assertion Utilities: input validation for supported operations, including native-coin rejection
11package common