Skip to content

algokit_utils.models.transaction

Arc2TransactionNote
TransactionNoteData
TransactionNote
BaseArc2NoteBase ARC-0002 transaction note structure
StringFormatArc2NoteARC-0002 note for string-based formats (m/b/u)
JsonFormatArc2NoteARC-0002 note for JSON format
SendParamsParameters for sending a transaction

Bases: TypedDict

Base ARC-0002 transaction note structure

Bases: BaseArc2Note

ARC-0002 note for string-based formats (m/b/u)

format : Literal[‘m’, ‘b’, ‘u’]

Section titled “format : Literal[‘m’, ‘b’, ‘u’]”

Bases: BaseArc2Note

ARC-0002 note for JSON format

data : str | dict[str, Any] | list[Any] | int | None

Section titled “data : str | dict[str, Any] | list[Any] | int | None”

Bases: TypedDict

Parameters for sending a transaction

cover_app_call_inner_transaction_fees : bool

Section titled “cover_app_call_inner_transaction_fees : bool”