XdrSCVal class Null safety

Constructors

XdrSCVal(XdrSCValType _type)

Properties

bits XdrUint64?
read / write
discriminant XdrSCValType
read / write
hashCode int
The hash code for this object.
read-only, inherited
i32 XdrInt32?
read / write
ic XdrSCStatic?
read / write
obj XdrSCObject?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
status XdrSCStatus?
read / write
sym String?
read / write
u32 XdrUint32?
read / write
u63 XdrInt64?
read / write

Methods

getAccountID() XdrAccountID?
getBytes() Uint8List?
getContractCode() XdrSCContractCode?
getI128() XdrInt128Parts?
getI64() int?
getMap() List<XdrSCMapEntry>?
getU128() XdrInt128Parts?
getU64() int?
getVec() List<XdrSCVal>?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toBase64EncodedXdrString() String
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

decode(XdrDataInputStream stream) XdrSCVal
encode(XdrDataOutputStream stream, XdrSCVal encoded) → void
forBitset(int value) XdrSCVal
forI32(int value) XdrSCVal
forObject(XdrSCObject value) XdrSCVal
forStatic(XdrSCStatic value) XdrSCVal
forStatus(XdrSCStatus value) XdrSCVal
forSymbol(String symbol) XdrSCVal
forU32(int value) XdrSCVal
forU63(int value) XdrSCVal
fromBase64EncodedXdrString(String base64Encoded) XdrSCVal