AccessConverter |
AccessConverter handles the conversion from high-level AppResourceRef instances
to index-based ResourceRef instances that go-algorand expects.
|
AppBoxReference |
|
AppResourceRef |
AppResourceRef represents a high-level resource reference that will be converted
to index-based ResourceRef entries.
|
AppResourceRef.AddressRef |
Address reference.
|
AppResourceRef.AppRef |
Application reference.
|
AppResourceRef.AssetRef |
Asset reference.
|
AppResourceRef.BoxRef |
Box reference.
|
AppResourceRef.HoldingRef |
Holding reference (account + asset).
|
AppResourceRef.LocalsRef |
Locals reference (account + app).
|
AssetParams |
|
AtomicTransactionComposer |
|
AtomicTransactionComposer.ExecuteResult |
|
AtomicTransactionComposer.ReturnValue |
|
HeartbeatProof |
|
HeartbeatTxnFields |
|
Lease |
Lease parameter, no transaction may also acquire this lease until lastValid.
|
MethodCallParams |
|
ResourceRef |
ResourceRef is a reference to a resource in an application call transaction.
|
ResourceRef.BoxRef |
BoxRef represents a reference to a box of an application.
|
ResourceRef.HoldingRef |
HoldingRef represents a reference to an asset holding of an account.
|
ResourceRef.LocalsRef |
LocalsRef represents a reference to the local state of an account for an application.
|
SignedTransaction |
A serializable convenience type for packaging transactions with their signatures.
|
Transaction |
A raw serializable transaction class, used to generate transactions to broadcast to the network.
|
Transaction.BoxReference |
|
TransactionWithSigner |
|
TxGroup |
TxGroup exports computeGroupID and assignGroupID functions
|