Package-level declarations
Types
Type alias for the result of a balance query operation.
Serializer for ionspin BigInteger that converts to/from String. This is needed for kotlinx.serialization support.
Type alias for the result of a transaction broadcast operation.
Serializer for ByteArray that converts to/from hex string. This matches the Dart-side expectation from the KSP-generated code which uses hex encoding for ByteArray fields.
Represents a confirmed transaction that has been successfully mined and included in a block.
Represents an EIP-1559 fee structure for EVM chains.
Represents a legacy EVM fee structure (pre-EIP-1559).
Represents a failed transaction that was mined but reverted.
Represents a native blockchain coin (e.g., ETH, BTC).
Represents a transaction that was not found on the blockchain.
Represents a pending transaction that has been submitted to the mempool but has not yet been included in a block.
Container for pre-image hash data needed for MPC signing.
Represents a blockchain transaction.
Represents the status of a blockchain transaction.
Type alias for the result of a transaction status query operation.
Represents a transaction status update emitted by the polling tracker.