algokit_subscriber.types.indexer
¶
Module Contents¶
Classes¶
Data¶
API¶
- TealKeyValue¶
None
- TransactionSearchResults¶
‘TypedDict(…)’
- AccountLookupResult¶
‘TypedDict(…)’
- AssetsLookupResult¶
‘TypedDict(…)’
- AssetsCreatedLookupResult¶
‘TypedDict(…)’
- ApplicationCreatedLookupResult¶
‘TypedDict(…)’
- AssetLookupResult¶
‘TypedDict(…)’
- LookupAssetHoldingsOptions¶
‘TypedDict(…)’
- AssetBalancesLookupResult¶
‘TypedDict(…)’
- TransactionLookupResult¶
‘TypedDict(…)’
- ApplicationLookupResult¶
‘TypedDict(…)’
- TransactionResult¶
‘TypedDict(…)’
- AccountResult¶
‘TypedDict(…)’
- PaymentTransactionResult¶
‘TypedDict(…)’
- StateProofTransactionResult¶
‘TypedDict(…)’
- StateProofMessage¶
‘TypedDict(…)’
- StateProof¶
‘TypedDict(…)’
- StateProofReveal¶
‘TypedDict(…)’
- class StateProofParticipant¶
Bases:
typing.TypedDict
- verifier: StateProofVerifier¶
None
- __contains__()¶
- __delattr__()¶
- __delitem__()¶
- __dir__()¶
- __eq__()¶
- __format__()¶
- __ge__()¶
- __getattribute__()¶
- __getitem__()¶
- __getstate__()¶
- __gt__()¶
- __ior__()¶
- __iter__()¶
- __le__()¶
- __len__()¶
- __lt__()¶
- __ne__()¶
- __new__()¶
- __or__()¶
- __reduce__()¶
- __reduce_ex__()¶
- __repr__()¶
- __reversed__()¶
- __ror__()¶
- __setattr__()¶
- __setitem__()¶
- __sizeof__()¶
- __str__()¶
- __subclasshook__()¶
- clear()¶
- copy()¶
- get()¶
- items()¶
- keys()¶
- pop()¶
- popitem()¶
- setdefault()¶
- update()¶
- values()¶
- StateProofVerifier¶
‘TypedDict(…)’
- StateProofSigSlot¶
‘TypedDict(…)’
- MerkleSignature¶
‘TypedDict(…)’
- MerkleArrayProof¶
‘TypedDict(…)’
- HashFactory¶
‘TypedDict(…)’
- ApplicationTransactionResult¶
‘TypedDict(…)’
- AssetConfigTransactionResult¶
‘TypedDict(…)’
- AssetFreezeTransactionResult¶
‘TypedDict(…)’
- AssetTransferTransactionResult¶
‘TypedDict(…)’
- KeyRegistrationTransactionResult¶
‘TypedDict(…)’
- AssetResult¶
‘TypedDict(…)’
- ApplicationResult¶
‘TypedDict(…)’
- class TransactionSignature¶
Bases:
typing.TypedDict
- logicsig: typing_extensions.NotRequired[LogicTransactionSignature]¶
None
- multisig: typing_extensions.NotRequired[MultisigTransactionSignature]¶
None
- __contains__()¶
- __delattr__()¶
- __delitem__()¶
- __dir__()¶
- __eq__()¶
- __format__()¶
- __ge__()¶
- __getattribute__()¶
- __getitem__()¶
- __getstate__()¶
- __gt__()¶
- __ior__()¶
- __iter__()¶
- __le__()¶
- __len__()¶
- __lt__()¶
- __ne__()¶
- __new__()¶
- __or__()¶
- __reduce__()¶
- __reduce_ex__()¶
- __repr__()¶
- __reversed__()¶
- __ror__()¶
- __setattr__()¶
- __setitem__()¶
- __sizeof__()¶
- __str__()¶
- __subclasshook__()¶
- clear()¶
- copy()¶
- get()¶
- items()¶
- keys()¶
- pop()¶
- popitem()¶
- setdefault()¶
- update()¶
- values()¶
- LogicTransactionSignature¶
‘TypedDict(…)’
- class MultisigTransactionSignature¶
Bases:
typing.TypedDict
- __contains__()¶
- __delattr__()¶
- __delitem__()¶
- __dir__()¶
- __eq__()¶
- __format__()¶
- __ge__()¶
- __getattribute__()¶
- __getitem__()¶
- __getstate__()¶
- __gt__()¶
- __ior__()¶
- __iter__()¶
- __le__()¶
- __len__()¶
- __lt__()¶
- __ne__()¶
- __new__()¶
- __or__()¶
- __reduce__()¶
- __reduce_ex__()¶
- __repr__()¶
- __reversed__()¶
- __ror__()¶
- __setattr__()¶
- __setitem__()¶
- __sizeof__()¶
- __str__()¶
- __subclasshook__()¶
- clear()¶
- copy()¶
- get()¶
- items()¶
- keys()¶
- pop()¶
- popitem()¶
- setdefault()¶
- update()¶
- values()¶
- MultisigTransactionSubSignature¶
‘TypedDict(…)’
- class EvalDelta¶
Bases:
typing.TypedDict
- __contains__()¶
- __delattr__()¶
- __delitem__()¶
- __dir__()¶
- __eq__()¶
- __format__()¶
- __ge__()¶
- __getattribute__()¶
- __getitem__()¶
- __getstate__()¶
- __gt__()¶
- __ior__()¶
- __iter__()¶
- __le__()¶
- __len__()¶
- __lt__()¶
- __ne__()¶
- __new__()¶
- __or__()¶
- __reduce__()¶
- __reduce_ex__()¶
- __repr__()¶
- __reversed__()¶
- __ror__()¶
- __setattr__()¶
- __setitem__()¶
- __sizeof__()¶
- __str__()¶
- __subclasshook__()¶
- clear()¶
- copy()¶
- get()¶
- items()¶
- keys()¶
- pop()¶
- popitem()¶
- setdefault()¶
- update()¶
- values()¶
- ApplicationParams¶
‘TypedDict(…)’
- StateSchema¶
‘TypedDict(…)’
- class ApplicationOnComplete(*args, **kwds)¶
Bases:
enum.Enum
- noop¶
‘noop’
- optin¶
‘optin’
- closeout¶
‘closeout’
- clear¶
‘clear’
- update¶
‘update’
- delete¶
‘delete’
- classmethod __signature__()¶
- __new__(value)¶
- __repr__()¶
- __str__()¶
- __dir__()¶
- __format__(format_spec)¶
- __hash__()¶
- __reduce_ex__(proto)¶
- __deepcopy__(memo)¶
- __copy__()¶
- name()¶
- value()¶
- AssetParams¶
‘TypedDict(…)’
- class SignatureType(*args, **kwds)¶
Bases:
enum.Enum
- sig¶
‘sig’
- msig¶
‘msig’
- lsig¶
‘lsig’
- classmethod __signature__()¶
- __new__(value)¶
- __repr__()¶
- __str__()¶
- __dir__()¶
- __format__(format_spec)¶
- __hash__()¶
- __reduce_ex__(proto)¶
- __deepcopy__(memo)¶
- __copy__()¶
- name()¶
- value()¶
- class AccountStatus(*args, **kwds)¶
Bases:
enum.Enum
- Offline¶
‘Offline’
- Online¶
‘Online’
- NotParticipating¶
‘NotParticipating’
- classmethod __signature__()¶
- __new__(value)¶
- __repr__()¶
- __str__()¶
- __dir__()¶
- __format__(format_spec)¶
- __hash__()¶
- __reduce_ex__(proto)¶
- __deepcopy__(memo)¶
- __copy__()¶
- name()¶
- value()¶
- AccountParticipation¶
‘TypedDict(…)’
- AppLocalState¶
‘TypedDict(…)’
- AssetHolding¶
‘TypedDict(…)’
- MiniAssetHolding¶
‘TypedDict(…)’