Registry / serialization / algorand-avm-abi

algorand-avm-abi

JSON →
library0.2.0gogounverified

Provides types and utilities for encoding and decoding Algorand Virtual Machine ABI data.

go get github.com/algorand/avm-abi
INSTALL
IMPORT
SIG · ALGORAND-AVM-ABI
A
algorand-avm-abi
serializationgov0.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

avmabi
github.com/algorand/avm-abi

Create and inspect an ABI method.

package main import ( "fmt" "github.com/algorand/avm-abi" ) func main() { method := avmabi.Method{Name: "hello", Args: []avmabi.Argument{}} fmt.Println(method.Name) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
45 hits · last 30 days
node
38
Resources
algorand-avm-abi — go get algorand-avm-abi · libregistry