Unity FlowSDK 2.0.0
FLOW Unity SDK
Loading...
Searching...
No Matches
DapperLabs.Flow.Sdk.Cadence Namespace Reference

Namespaces

namespace  Types
 

Classes

class  CadenceAddress
 Provides support for the Cadence Address type More...
 
class  CadenceArray
 Provides support for the Cadence Array type More...
 
class  CadenceAttribute
 Annotating your classes/structs with CadenceAttributes allows CadenceConvert to convert your C# datatypes to the correct CadenceBase types. By default, CadenceConvert will use the field names of your class. If the cadence field name is different, you can use the name property of the Cadence attribute to change it. The CadenceType property is mandatory when converting from C# classes/structs to Cadence. More...
 
class  CadenceBase
 Base class for all Cadence types More...
 
class  CadenceBool
 Provides support for the Cadence Bool type More...
 
class  CadenceCapability
 Provides support for the Cadence Capability type More...
 
class  CadenceCapabilityValue
 Represents the value that a CadenceCapability can have More...
 
class  CadenceComposite
 Provides support for the Cadence Composite type. This type is used for Structs, Resources, Events, Contracts and Enums A CadenceComposite contains the data of a Composite structure as a series of cascading name/value pairs. https://developers.flow.com/cadence/json-cadence-spec#composite-types More...
 
class  CadenceCompositeField
 Provides storage for the name and value of a CadenceCompositeField More...
 
class  CadenceCompositeValue
 Provides a container to hold one or more CadenceCompositeFields that hold the data in a CadenceComposite More...
 
class  CadenceDictionary
 Provides support for the Cadence Dictionary type More...
 
class  CadenceDictionaryItem
 Represents a single item in a CadenceDictionary More...
 
class  CadenceLink
 Provides support for the Cadence Link type More...
 
class  CadenceLinkValue
 Represents the value that a CadenceLink can have More...
 
class  CadenceNumber
 Provides support for the Cadence numeric types More...
 
class  CadenceOptional
 Provides support for the Cadence Optional type More...
 
class  CadencePath
 Provides support for the Cadence Path type More...
 
class  CadencePathValue
 Represents a path in a Flow account More...
 
class  CadenceString
 Provides support for the Cadence String type More...
 
class  CadenceType
 Provides support for the Cadence Type type More...
 
class  CadenceTypeValue
 Value containing the cadence static type. These are all listed under the Types subfolder. More...
 
class  CadenceVoid
 Provides support for the Cadence Type type More...
 
class  Convert
 The Convert class exposes two functions - ToCadence and FromCadence. These convert between Cadence and C# datatypes. More...
 

Enumerations

enum  CadenceNumberType
 Supported Cadence numeric types More...
 

Enumeration Type Documentation

◆ CadenceNumberType