Search Apps Documentation Source Content File Folder Download Copy Actions Download

doc.gno

0.49 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.
 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 and authorization checks
11package common