Package money. terra. sdk. tools. transaction
Types
Link copied to clipboard
data class AccountInfo(address: String, accountNumber: Long, publicKey: PublicKey?, sequence: Long)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class StaticGasPricesProvider(gasPrices: Map<String, Decimal>) : GasPricesProvider
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
fun <T> SemaphoreProvider.withPermit(vararg address: String, coroutineContext: CoroutineContext = Dispatchers.Default, block: suspend () -> T): Deferred<T>
Content copied to clipboard
fun <T> SemaphoreProvider.withPermit(addresses: List<String>, coroutineContext: CoroutineContext = Dispatchers.Default, block: suspend () -> T): Deferred<T>
Content copied to clipboard