algob deployer
account to return assetholding info
asset index
returns multisignature account address
version of msig
represents min no. of signatures for a tx to be approved
account address of multisig (note: order is important)
multisig metadata ({v: .., thr: .., addr: ..}) and the multisig addresses
Decode signed txn from file and send to network. probably won't work, because transaction contains fields like firstValid and lastValid which might not be equal to the current network's blockchain block height.
Deployer
raw(encoded) signed txn file
Execute single transaction or group of transactions (atomic transaction)
executes ExecParams
or Transaction
Object, SDK Transaction object passed to this function
will be signed and sent to network. User can use SDK functions to create transactions.
Note: If passing transaction object a signer/s must be provided.
Deployer
Returns an array of SDK accounts (addr, sk)
Prints account asset holdings and ALGO balance (in microalgos)
algob deployer object
account whose asset holding to print
print global state of a stateful smart contract
algob deployer
creator address of stateful smart contract
application index of smart contract
print account's local state of a stateful smart contract
algob deployer
account address to print local state
application index of smart contract
fetches and returns the global state of application.
Deployer
Account from which call needs to be made
ID of the application being configured or empty if creating
Read and return the local state of application from an account.
Deployer
account from the which the local state has to be read
ID of the application being configured or empty if creating
Appends signature (using signer's sk) to multi-signed logic signature. If multisig is not found then new multisig is created eg. appending own signature to a signed lsig (received from multisignature account address network)
multi signed logic signature (with appended signature using signer's sk)
Signs a raw multi-sig transaction object
account(addr, sk) to sign the transaction
encoded transaction fetched from file in /assets
multisig metadata. Required if creating a new signed multisig transaction.
signed transaction object
Signs transaction object(s) and returns raw signed transaction
Note: signTransaction
is used to sign single transaction and signTransactions
takes
array of SDK transaction object with signers, signs it.
Transaction object(s) with signers
Generated using TypeDoc
Returns
account
balance ofassetID
. Returns 0 if the account has not opt-in to the given asset id.