Class Transaction

Transaction enables construction of Algorand transactions

Implements

Constructors

Properties

fee: bigint

suggested params

firstValid: bigint
genesisHash?: Uint8Array
genesisID?: string
group?: Uint8Array

group

lastValid: bigint
lease?: Uint8Array
note: Uint8Array

type-specific fields

rekeyTo?: Address
sender: Address

common

encodingSchema: NamedMapSchema = ...

Methods

  • Parameters

    • signerAddr: string | Address
    • signature: Uint8Array

    Returns Uint8Array

  • Parameters

    • sk: Uint8Array

    Returns Uint8Array

  • Parameters

    • sk: Uint8Array

    Returns Uint8Array

  • Extract the encoding data for this object. This data, after being prepared by the encoding Schema, can be encoded to msgpack or JSON.

    Returns Map<string, unknown>

Generated using TypeDoc