package
0.1.6
Repository: https://github.com/giuliop/algoplonk.git
Documentation: pkg.go.dev

# Functions

AddDummyTrasactions adds numberOfTxnToAdd dummy transactions to atc.
BuildMethodCallParams builds the parameters to add a method call to an atomic transaction composer.
CompileTealFromFile reads a teal file and returns a compiled b64 binary.
DeleteApp deletes an application by its id A local network must be running with default parameters.
DeployApp deploys a smart contract application and returns its id A local network must be running with default parameters.
DeployArc4AppIfNeeded lookups the appName among the apps deployed in the local network by the main account.
EnsureFunded checks if the given address has at least min microalgos and if not funds it with twice the amount from the default account.
ExecuteAbiCall calls an abi method on an app and returns the result.
ExecuteGroup executes a transaction group composed by atc.
No description provided by the author
GetAppByName returns the the first app it finds that is created by creatorAddress and has a global storage field `app_name' with value appName.
GetDefaultAccount returns the default account for the local network A local network must be running.
No description provided by the author
No description provided by the author
No description provided by the author
LogicSigFromFile returns a logicsig account from a teal file A local network must be running with default parameters.
ReadArc32Schema reads an ARC32 schema from a JSON file.
SendTxn signs and sends a transaction to the network.
setDevNet sets the default parameters for alogd and kmd to a local devnet network with node running at dir.

# Structs

Arc32Schema defines a partial ARC32 schema.