- Preparing search index...
- The search index is not available
algosdk
Methods
Abstract byteLen
- byteLen(): number
-
Returns number
Abstract decode
- decode(byteString: Uint8Array): ABIValue
-
Abstract encode
- encode(value: ABIValue): Uint8Array
-
Returns Uint8Array
Abstract equals
- equals(other: ABIType): boolean
-
Returns boolean
Abstract isDynamic
- isDynamic(): boolean
-
Returns boolean
Abstract toString
- toString(): string
-
Returns string
Static from
- from(str: string): ABIType
-