Package-level declarations

Properties

Functions

Link copied to clipboard
suspend fun getExpiration(aptosConfig: AptosConfig, name: String): Result<Long, AptosSdkError>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline suspend fun <T> getResource(aptosConfig: AptosConfig, accountAddress: AccountAddressInput, resourceType: String, params: Map<String, Any?>? = null): Result<T, AptosSdkError>
Link copied to clipboard
Link copied to clipboard
inline suspend fun <T> getTableItem(aptosConfig: AptosConfig, handle: String, data: TableItemRequest, param: Map<String, Any?>? = null): Result<T, AptosSdkError>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Checks if an ANS name is valid or not

Link copied to clipboard

Checks if a fragment of a name, either the domain or subdomain, is valid

Link copied to clipboard
suspend fun setDigitalAssetDescriptionTransaction(config: AptosConfig, creator: Account, digitalAssetAddress: AccountAddressInput, description: String, digitalAssetType: MoveStructId, options: InputGenerateTransactionOptions): SimpleTransaction
Link copied to clipboard
suspend fun setDigitalAssetNameTransaction(config: AptosConfig, creator: Account, digitalAssetAddress: AccountAddressInput, name: String, digitalAssetType: MoveStructId, options: InputGenerateTransactionOptions): SimpleTransaction
Link copied to clipboard
suspend fun setDigitalAssetURITransaction(config: AptosConfig, creator: Account, digitalAssetAddress: AccountAddressInput, uri: String, digitalAssetType: MoveStructId, options: InputGenerateTransactionOptions): SimpleTransaction
Link copied to clipboard
suspend fun setTargetAddress(aptosConfig: AptosConfig, sender: AccountAddress, name: String, address: AccountAddressInput, options: InputGenerateTransactionOptions = InputGenerateTransactionOptions()): SimpleTransaction
Link copied to clipboard
fun <V, E> Result<V, E>.toInternalResult(): Result<V, E>
Link copied to clipboard
fun <V, E> Result<V, E>.toResult(): Result<V, E>
Link copied to clipboard
inline suspend fun <T : List<MoveValue>> view(aptosConfig: AptosConfig, payload: InputViewFunctionData, bcs: Boolean = true, options: LedgerVersionArg? = null): Result<T, AptosSdkError>