package
2.10.1-stable+incompatible
Repository: https://github.com/algorand/go-algorand.git
Documentation: pkg.go.dev

# Packages

Package generated provides primitives to interact the openapi HTTP API.
No description provided by the author

# Functions

AccountDataToAccount converts basics.AccountData to v2.generated.Account.
AccountToAccountData converts v2.generated.Account to basics.AccountData.
ApplicationParamsToAppParams converts generated.ApplicationParams to basics.AppParams.
AppParamsToApplication converts basics.AppParams to generated.Application.
AssetParamsToAsset converts basics.AssetParams to generated.Asset.
DeltaLogToLog EvalDelta.Logs to generated.LogItem.
DryrunRequestFromGenerated converts generated.DryrunRequest to DryrunRequest field by fields and re-types Txns []transactions.SignedTxn.
MergeAppParams merges values, existing in "base" take priority over new in "update".
StateDeltaToStateDelta converts basics.StateDelta to generated.StateDelta.

# Structs

DryrunRequest object uploaded to /v2/teal/dryrun It is the same as generated.DryrunRequest but Txns deserialized properly.
Handlers is an implementation to the V2 route handler interface defined by the generated code.

# Interfaces

NodeInterface represents node fns used by the handlers.