Skip to main content

Crate neo_types

Crate neo_types 

Source
Expand description

Neo N3 Core Types

This crate provides the core types and data structures for Neo N3 smart contract development.

Structs§

NeoArray
Neo N3 Array type
NeoBoolean
Neo N3 Boolean type
NeoByteString
Neo N3 ByteString type
NeoContractABI
Neo N3 Contract ABI
NeoContractEvent
Neo N3 Contract Event
NeoContractManifest
Neo N3 Contract Manifest
NeoContractMethod
Neo N3 Contract Method
NeoContractParameter
Neo N3 Contract Parameter
NeoContractPermission
Neo N3 Contract Permission
NeoInteger
Neo N3 Integer type (arbitrary precision)
NeoIterator
Neo N3 Iterator type
NeoMap
Neo N3 Map type
NeoStorageContext
Neo N3 Storage Context type
NeoString
Neo N3 String type
NeoStruct
Neo N3 Struct type

Enums§

NeoError
Neo N3 Error type
NeoValue
Neo N3 Value type (union of all Neo types)

Traits§

NeoContract
Neo N3 Contract trait
NeoContractEntry
Neo N3 Contract Entry Point
NeoContractMethodTrait
Neo N3 Contract Method trait

Type Aliases§

NeoResult
Neo N3 Result type