Uses of Class
com.algorand.algosdk.algod.client.api.AlgodApi
Package | Description |
---|---|
com.algorand.algosdk.builder.transaction |
-
Uses of AlgodApi in com.algorand.algosdk.builder.transaction
Methods in com.algorand.algosdk.builder.transaction with parameters of type AlgodApi Modifier and Type Method Description T
TransactionParametersBuilder. lookupParams(AlgodApi client)
Query the V1 REST API withAlgodApi
for Transaction Parameters: Initialize fee, genesisID, genesisHash, firstValid, lastValid by querying algod if not already set.