FValue
public enum FValue : Encodable, Equatable
Undocumented
-
Undocumented
Declaration
Swift
case void
-
Undocumented
-
Undocumented
Declaration
Swift
case bool(Bool)
-
Undocumented
Declaration
Swift
case string(String)
-
Undocumented
Declaration
Swift
case character(String)
-
Undocumented
Declaration
Swift
case int(Int)
-
Undocumented
Declaration
Swift
case uint(UInt)
-
Undocumented
Declaration
Swift
case int8(Int8)
-
Undocumented
Declaration
Swift
case uint8(UInt8)
-
Undocumented
Declaration
Swift
case int16(Int16)
-
Undocumented
Declaration
Swift
case uint16(UInt16)
-
Undocumented
Declaration
Swift
case int32(Int32)
-
Undocumented
Declaration
Swift
case uint32(UInt32)
-
Undocumented
Declaration
Swift
case int64(Int64)
-
Undocumented
Declaration
Swift
case uint64(UInt64)
-
Undocumented
Declaration
Swift
case int128(BigInt)
-
Undocumented
Declaration
Swift
case uint128(BigUInt)
-
Undocumented
Declaration
Swift
case int256(BigInt)
-
Undocumented
Declaration
Swift
case uint256(BigUInt)
-
Undocumented
Declaration
Swift
case word8(UInt8)
-
Undocumented
Declaration
Swift
case word16(UInt16)
-
Undocumented
Declaration
Swift
case word32(UInt32)
-
Undocumented
Declaration
Swift
case word64(UInt64)
-
Undocumented
Declaration
Swift
case fix64(Double)
-
Undocumented
Declaration
Swift
case ufix64(Double)
-
Undocumented
-
Undocumented
-
Undocumented
-
Undocumented
-
Undocumented
-
Undocumented
-
Undocumented
-
Undocumented
-
Undocumented
-
Undocumented
-
Undocumented
-
Undocumented
-
Undocumented
Declaration
Swift
case unsupported
-
Undocumented
Declaration
Swift
case error
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Declaration
-
Convert to
Int
type, if it’s.int
type Otherwise return nilDeclaration
Swift
public func toInt() -> Int?
Return Value
The type of
Int?
value. -
Convert to
UInt
type, if it’s.uint
type Otherwise return nilDeclaration
Swift
public func toUInt() -> UInt?
Return Value
The type of
UInt?
value. -
Convert to
Int8
type, if it’s.int8
type Otherwise return nilDeclaration
Swift
public func toInt8() -> Int8?
Return Value
The type of
Int8?
value. -
Convert to
UInt8
type, if it’s.uint8
type Otherwise return nilDeclaration
Swift
public func toUInt8() -> UInt8?
Return Value
The type of
UInt8?
value. -
Convert to
Int16
type, if it’s.int16
type Otherwise return nilDeclaration
Swift
public func toInt16() -> Int16?
Return Value
The type of
Int16?
value. -
Convert to
UInt16
type, if it’s.uint16
type Otherwise return nilDeclaration
Swift
public func toUInt16() -> UInt16?
Return Value
The type of
UInt16?
value. -
Convert to
Int32
type, if it’s.int32
type Otherwise return nilDeclaration
Swift
public func toInt32() -> Int32?
Return Value
The type of
Int32?
value. -
Convert to
UInt32
type, if it’s.uint32
type Otherwise return nilDeclaration
Swift
public func toUInt32() -> UInt32?
Return Value
The type of
UInt32?
value. -
Convert to
Int64
type, if it’s.int64
type Otherwise return nilDeclaration
Swift
public func toInt64() -> Int64?
Return Value
The type of
Int64?
value. -
Convert to
UInt64
type, if it’s.uint64
type Otherwise return nilDeclaration
Swift
public func toUInt64() -> UInt64?
Return Value
The type of
UInt64?
value. -
Convert to
BigInt
type, if it’s.int128
type Otherwise return nilDeclaration
Swift
public func toInt128() -> BigInt?
Return Value
The type of
BigInt?
value. -
Convert to
BigInt
type, if it’s.uint128
type Otherwise return nilDeclaration
Swift
public func toUInt128() -> BigUInt?
Return Value
The type of
BigInt?
value. -
Convert to
BigInt
type, if it’s.int256
type Otherwise return nilDeclaration
Swift
public func toInt256() -> BigInt?
Return Value
The type of
BigInt?
value. -
Convert to
BigInt
type, if it’s.uint256
type Otherwise return nilDeclaration
Swift
public func toUInt256() -> BigUInt?
Return Value
The type of
BigInt?
value. -
Convert to
UInt8
type, if it’s.word8
type Otherwise return nilDeclaration
Swift
public func toWord8() -> UInt8?
Return Value
The type of
UInt8?
value. -
Convert to
UInt16
type, if it’s.word16
type Otherwise return nilDeclaration
Swift
public func toWord16() -> UInt16?
Return Value
The type of
UInt16?
value. -
Convert to
UInt32
type, if it’s.word32
type Otherwise return nilDeclaration
Swift
public func toWord32() -> UInt32?
Return Value
The type of
UInt32?
value. -
Convert to
UInt64
type, if it’s.word64
type Otherwise return nilDeclaration
Swift
public func toWord64() -> UInt64?
Return Value
The type of
UInt64?
value. -
Convert to
Double
type, if it’s.fix64
type Otherwise return nilDeclaration
Swift
public func toFix64() -> Double?
Return Value
The type of
Double?
value. -
Convert to
Double
type, if it’s.ufix64
type Otherwise return nilDeclaration
Swift
public func toUFix64() -> Double?
Return Value
The type of
Double?
value. -
Convert to
Flow.Argument
type, if it’s.optional
type Otherwise return nilReturn Value
The type of
Flow.Argument?
value. -
Convert to
Bool
type, if it’s.bool
type Otherwise return nilDeclaration
Swift
public func toBool() -> Bool?
Return Value
The type of
Bool?
value. -
Convert to
String
type, if it’s.string
type Otherwise return nilDeclaration
Swift
public func toString() -> String?
Return Value
The type of
String?
value. -
Convert to
String
type, if it’s.character
type Otherwise return nilDeclaration
Swift
public func toCharacter() -> String?
Return Value
The type of
String?
value. -
Convert to
Flow.Address
type, if it’s.address
type Otherwise return nilReturn Value
The type of
Flow.Address?
value. -
Convert to
Flow.Argument.Path
type, if it’s.path
type Otherwise return nilReturn Value
The type of
Flow.Argument.Path?
value. -
Convert to
Flow.Argument.Reference
type, if it’s.reference
type Otherwise return nilReturn Value
The type of
Flow.Argument.Reference?
value. -
Convert to
[Flow.Argument]
type, if it’s.array
type Otherwise return nilReturn Value
The type of
[Flow.Argument]?
value. -
Convert to
[Flow.Argument.Dictionary]
type, if it’s.dictionary
type Otherwise return nilReturn Value
The type of
[Flow.Argument.Dictionary]?
value. -
Convert to
Flow.Argument.Event
type, if it’s.struct
type Otherwise return nilReturn Value
The type of
Flow.Argument.Event?
value. -
Convert to
Flow.Argument.Event
type, if it’s.resource
type Otherwise return nilReturn Value
The type of
Flow.Argument.Event?
value. -
Convert to
Flow.Argument.Event
type, if it’s.event
type Otherwise return nilReturn Value
The type of
Flow.Argument.Event?
value. -
Convert to
Flow.Argument.Event
type, if it’s.enum
type Otherwise return nilReturn Value
The type of
Flow.Argument.Event?
value. -
Convert to
Flow.Argument.Event
type, if it’s.contract
type Otherwise return nilReturn Value
The type of
Flow.Argument.Event?
value. -
Convert to
Flow.Argument.StaticType
type, if it’s.type
type Otherwise return nilReturn Value
The type of
Flow.Argument.StaticType?
value. -
Convert to
Flow.Argument.Capability
type, if it’s.capability
type Otherwise return nilReturn Value
The type of
Flow.Argument.Capability?
value.