MCPcopy Create free account

hub / github.com/CityOfZion/neo-storm / types & classes

Types & classes21 in github.com/CityOfZion/neo-storm

↓ 4 callersTypeAliasInstruction
go:generate stringer -type=Instruction Instruction represents an single operation for the NEO virtual machine.
vm/instructions.go:6
StructAccount
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
StructAsset
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
StructAttribute
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
StructBlock
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
StructContext
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
StructContract
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
StructContractDetails
cli/main.go:194
StructEnumerator
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
StructHeader
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
StructInput
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
StructIterator
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
StructOptions
Options contains all the parameters that affect the behaviour of the compiler.
compiler/compiler.go:25
StructOutput
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
StructToken
Token holds all token info
examples/token/nep5/nep5.go:11
StructTransaction
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
Structarchive
compiler/compiler.go:68
StructbuildInfo
compiler/compiler.go:36
Structcodegen
compiler/codegen.go:21
StructfuncScope
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
TypeAliasfuncUsage
compiler/analysis.go:120