FValue
-
Declaration
Swift
case void -
Declaration
Swift
indirect case optional(FValue?) -
Declaration
Swift
case bool(Bool) -
Declaration
Swift
case string(String) -
Declaration
Swift
case character(String) -
Declaration
Swift
case int(Int) -
Declaration
Swift
case uint(UInt) -
Declaration
Swift
case int8(Int8) -
Declaration
Swift
case uint8(UInt8) -
Declaration
Swift
case int16(Int16) -
Declaration
Swift
case uint16(UInt16) -
Declaration
Swift
case int32(Int32) -
Declaration
Swift
case uint32(UInt32) -
Declaration
Swift
case int64(Int64) -
Declaration
Swift
case uint64(UInt64) -
Declaration
Swift
case int128(BigInt) -
Declaration
Swift
case uint128(BigUInt) -
Declaration
Swift
case int256(BigInt) -
Declaration
Swift
case uint256(BigUInt) -
Declaration
Swift
case word8(UInt8) -
Declaration
Swift
case word16(UInt16) -
Declaration
Swift
case word32(UInt32) -
Declaration
Swift
case word64(UInt64) -
Declaration
Swift
case fix64(Decimal) -
Declaration
Swift
case ufix64(Decimal) -
-
-
-
-
-
-
-
-
-
-
-
-
Declaration
Swift
case unsupported -
Declaration
Swift
case error -
Declaration
Swift
public func encode(to encoder: Encoder) throws -
Declaration
-
Declaration
Swift
public var description: String { get } -
Convert to
Inttype, if it’s.inttype Otherwise return nilDeclaration
Swift
func toInt() -> Int?Return Value
The type of
Int?value. -
Convert to
UInttype, if it’s.uinttype Otherwise return nilDeclaration
Swift
func toUInt() -> UInt?Return Value
The type of
UInt?value. -
Convert to
Int8type, if it’s.int8type Otherwise return nilDeclaration
Swift
func toInt8() -> Int8?Return Value
The type of
Int8?value. -
Convert to
UInt8type, if it’s.uint8type Otherwise return nilDeclaration
Swift
func toUInt8() -> UInt8?Return Value
The type of
UInt8?value. -
Convert to
Int16type, if it’s.int16type Otherwise return nilDeclaration
Swift
func toInt16() -> Int16?Return Value
The type of
Int16?value. -
Convert to
UInt16type, if it’s.uint16type Otherwise return nilDeclaration
Swift
func toUInt16() -> UInt16?Return Value
The type of
UInt16?value. -
Convert to
Int32type, if it’s.int32type Otherwise return nilDeclaration
Swift
func toInt32() -> Int32?Return Value
The type of
Int32?value. -
Convert to
UInt32type, if it’s.uint32type Otherwise return nilDeclaration
Swift
func toUInt32() -> UInt32?Return Value
The type of
UInt32?value. -
Convert to
Int64type, if it’s.int64type Otherwise return nilDeclaration
Swift
func toInt64() -> Int64?Return Value
The type of
Int64?value. -
Convert to
UInt64type, if it’s.uint64type Otherwise return nilDeclaration
Swift
func toUInt64() -> UInt64?Return Value
The type of
UInt64?value. -
Convert to
BigInttype, if it’s.int128type Otherwise return nilDeclaration
Swift
func toInt128() -> BigInt?Return Value
The type of
BigInt?value. -
Convert to
BigInttype, if it’s.uint128type Otherwise return nilDeclaration
Swift
func toUInt128() -> BigUInt?Return Value
The type of
BigInt?value. -
Convert to
BigInttype, if it’s.int256type Otherwise return nilDeclaration
Swift
func toInt256() -> BigInt?Return Value
The type of
BigInt?value. -
Convert to
BigInttype, if it’s.uint256type Otherwise return nilDeclaration
Swift
func toUInt256() -> BigUInt?Return Value
The type of
BigInt?value. -
Convert to
UInt8type, if it’s.word8type Otherwise return nilDeclaration
Swift
func toWord8() -> UInt8?Return Value
The type of
UInt8?value. -
Convert to
UInt16type, if it’s.word16type Otherwise return nilDeclaration
Swift
func toWord16() -> UInt16?Return Value
The type of
UInt16?value. -
Convert to
UInt32type, if it’s.word32type Otherwise return nilDeclaration
Swift
func toWord32() -> UInt32?Return Value
The type of
UInt32?value. -
Convert to
UInt64type, if it’s.word64type Otherwise return nilDeclaration
Swift
func toWord64() -> UInt64?Return Value
The type of
UInt64?value. -
Convert to
Doubletype, if it’s.fix64type Otherwise return nilDeclaration
Swift
func toFix64() -> Decimal?Return Value
The type of
Double?value. -
Convert to
Doubletype, if it’s.ufix64type Otherwise return nilDeclaration
Swift
func toUFix64() -> Decimal?Return Value
The type of
Double?value. -
Convert to
Flow.Argumenttype, if it’s.optionaltype Otherwise return nilReturn Value
The type of
Flow.Argument?value. -
Convert to
Booltype, if it’s.booltype Otherwise return nilDeclaration
Swift
func toBool() -> Bool?Return Value
The type of
Bool?value. -
Convert to
Stringtype, if it’s.stringtype Otherwise return nilDeclaration
Swift
func toString() -> String?Return Value
The type of
String?value. -
Convert to
Stringtype, if it’s.charactertype Otherwise return nilDeclaration
Swift
func toCharacter() -> String?Return Value
The type of
String?value. -
Convert to
Flow.Addresstype, if it’s.addresstype Otherwise return nilReturn Value
The type of
Flow.Address?value. -
Convert to
Flow.Argument.Pathtype, if it’s.pathtype Otherwise return nilReturn Value
The type of
Flow.Argument.Path?value. -
Convert to
Flow.Argument.Referencetype, if it’s.referencetype Otherwise return nilReturn Value
The type of
Flow.Argument.Reference?value. -
Convert to
[Flow.Argument]type, if it’s.arraytype Otherwise return nilReturn Value
The type of
[Flow.Argument]?value. -
Convert to
[Flow.Argument.Dictionary]type, if it’s.dictionarytype Otherwise return nilReturn Value
The type of
[Flow.Argument.Dictionary]?value. -
Convert to
Flow.Argument.Eventtype, if it’s.structtype Otherwise return nilReturn Value
The type of
Flow.Argument.Event?value. -
Convert to
Flow.Argument.Eventtype, if it’s.resourcetype Otherwise return nilReturn Value
The type of
Flow.Argument.Event?value. -
Convert to
Flow.Argument.Eventtype, if it’s.eventtype Otherwise return nilReturn Value
The type of
Flow.Argument.Event?value. -
Convert to
Flow.Argument.Eventtype, if it’s.enumtype Otherwise return nilReturn Value
The type of
Flow.Argument.Event?value. -
Convert to
Flow.Argument.Eventtype, if it’s.contracttype Otherwise return nilReturn Value
The type of
Flow.Argument.Event?value. -
Convert to
Flow.Argument.StaticTypetype, if it’s.typetype Otherwise return nilReturn Value
The type of
Flow.Argument.StaticType?value. -
Convert to
Flow.Argument.Capabilitytype, if it’s.capabilitytype Otherwise return nilReturn Value
The type of
Flow.Argument.Capability?value.
View on GitHub