Expand description
Types and utilities for creating, and signing transactions.
This module provides everything needed to construct, sign, and submit transactions in delta. It includes a builder interface for creating transactions and types for tracking transaction status.
Modules§
- builder
- Helper to build transactions Utilities to construct transactions with various parameters and types.
- types
- The module for transaction types
Structs§
- Common
Transaction Data - Common data present in all transaction types.
- Domain
Agreement - Domain Agreement struct that defines the terms of service between a domain operator and the delta network.
- Signed
Transaction - A transaction that has been signed by its sender.
- Transaction
- A generic transaction in the delta protocol.
- Transaction
Fee - The transaction fee structure for base layer transactions.
Enums§
- Transaction
Status - The status of a transaction
- Transaction
Validation Error - Errors that can occur during transaction validation.
- Type
Data
Constants§
- MIN_
NEW_ SHARD_ FEE - The minimum fee to be charged for activating a new shard.