Constructors
Methods
computeGroupId
- computeGroupId(txns): Uint8Array
Returns Uint8Array
encodeAddress
- encodeAddress(publicKey): string
Returns string
encodeSignedTransaction
- encodeSignedTransaction(stx): Uint8Array
Returns Uint8Array
encodeTransaction
- encodeTransaction(tx): Uint8Array
Returns Uint8Array
Static
ConcatArrays
- ConcatArrays(...arrs): Uint8Array
Parameters
Rest
...arrs: ArrayLike<number>[]
Returns Uint8Array
Static
safeCastBigInt
- safeCastBigInt(value): bigint
Returns bigint
The value as a BigInt.
decodeAddress takes an Algorand address in string form and decodes it into a Uint8Array.