Skip to content

ryanRfox/demo-abi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Algorand AVM ABI

Method Selector

Method signature: add(uint64,uint64)uint128
SHA-512/256 hash (in hex): 8aa3b61f0f1965c3a1cbfa91d46b24e54c67270184ff89dc114e877b1753254a
Method selector (in hex): 8aa3b61f

Method Description

interface Method {
  name: string,
  desc?: string,
  args: Array<{ name: string, type: string, desc?: string }>,
  returns?: { type: string, desc?: string }
}

Types

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published