Package-level declarations
Types
Link copied to clipboard
data class Configuration(val indexerUri: String, val indexerWsUri: String, val substrateNodeUri: String, val networkId: String)
Wallet configuration exposed to dApps.
Link copied to clipboard
Connection status.
Link copied to clipboard
Connector API error.
Link copied to clipboard
Desired input for an intent (swaps).
Link copied to clipboard
data class DesiredOutput(val kind: TransferKind, val type: TokenType, val value: BigInteger, val recipient: String)
Desired output from a transfer or intent.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
object ErrorCodes
Error codes matching the official API.
Link copied to clipboard
Transaction history entry.
Link copied to clipboard
Intent options.
Link copied to clipboard
Link copied to clipboard
data class ShieldedAddressesResult(val shieldedAddress: String, val shieldedCoinPublicKey: String, val shieldedEncryptionPublicKey: String)
Link copied to clipboard
Signature result.
Link copied to clipboard
Sign data options.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard