Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CityOfZion/neo-storm
/ types & classes
Types & classes
21 in github.com/CityOfZion/neo-storm
⨍
Functions
167
◇
Types & classes
21
↓ 4 callers
TypeAlias
Instruction
go:generate stringer -type=Instruction Instruction represents an single operation for the NEO virtual machine.
vm/instructions.go:6
Struct
Account
Package account provides function signatures that can be used inside smart contracts that are written in the neo-storm framework. Account stubs a NEO
interop/account/account.go:7
Struct
Asset
Package asset provides function signatures that can be used inside smart contracts that are written in the neo-storm framework. Asset stubs a NEO asse
interop/asset/asset.go:7
Struct
Attribute
Package attribute provides function signatures that can be used inside smart contracts that are written in the neo-storm framework. Attribute stubs a
interop/attribute/attribute.go:7
Struct
Block
Package block provides function signatures that can be used inside smart contracts that are written in the neo-storm framework. Block stubs a NEO bloc
interop/block/block.go:9
Struct
Context
Package storage provides function signatures that can be used inside smart contracts that are written in the neo-storm framework. Context represents t
interop/storage/storage.go:9
Struct
Contract
Package contract provides function signatures that can be used inside smart contracts that are written in the neo-storm framework. Contract stubs a NE
interop/contract/contract.go:9
Struct
ContractDetails
cli/main.go:194
Struct
Enumerator
Package enumerator provides function signatures that can be used inside smart contracts that are written in the neo-storm framework. TODO: Check enume
interop/enumerator/enumerator.go:9
Struct
Header
Package header provides function signatures that can be used inside smart contracts that are written in the neo-storm framework. Header stubs a NEO bl
interop/header/header.go:7
Struct
Input
Package input provides function signatures that can be used inside smart contracts that are written in the neo-storm framework. Input stubs the input
interop/input/input.go:7
Struct
Iterator
Package iterator provides function signatures that can be used inside smart contracts that are written in the neo-storm framework. Iterator stubs a NE
interop/iterator/iterator.go:7
Struct
Options
Options contains all the parameters that affect the behaviour of the compiler.
compiler/compiler.go:25
Struct
Output
Package output provides function signatures that can be used inside smart contracts that are written in the neo-storm framework. Output stubs the outp
interop/output/output.go:7
Struct
Token
Token holds all token info
examples/token/nep5/nep5.go:11
Struct
Transaction
Package transaction provides function signatures that can be used inside smart contracts that are written in the neo-storm framework. Transaction stub
interop/transaction/transaction.go:13
Struct
archive
compiler/compiler.go:68
Struct
buildInfo
compiler/compiler.go:36
Struct
codegen
compiler/codegen.go:21
Struct
funcScope
A funcScope represents the scope within the function context. It holds al the local variables along with the initialized struct positions.
compiler/func_scope.go:9
TypeAlias
funcUsage
compiler/analysis.go:120