Expand description
Core Aptos types.
This module contains the fundamental types used throughout the SDK, including addresses, chain IDs, type tags, and hash values.
Modules§
- event_
types - Common event types in the Aptos framework.
Structs§
- Account
Address - A 32-byte Aptos account address.
- Account
Resource - The account resource stored at every account address.
- ChainId
- A chain identifier for an Aptos network.
- Coin
Store Resource - A coin store resource that holds a specific coin type.
- Collection
Data - Collection data for NFTs (v2).
- Entry
Function Id - An entry function identifier (
address::module::function). - Event
- An event emitted during transaction execution.
- Event
Guid - A globally unique identifier for an event stream.
- Event
Handle - A handle to an event stream stored on chain.
- Event
Key - A unique identifier for an event stream.
- Fungible
Asset Balance - Fungible asset balance (for the new fungible asset standard).
- Fungible
Asset Metadata - Fungible asset metadata.
- Hash
Value - A 32-byte cryptographic hash value.
- Identifier
- An identifier in Move (module name, function name, etc.).
- Move
Module Id - A Move module identifier (
address::module_name). - Move
Resource - A Move resource (struct value with abilities).
- Move
Struct - A Move struct value.
- Move
Type - A Move struct type from the API (with string representation).
- Stake
Pool - Stake pool resource.
- Staking
Config - Staking config resource.
- Struct
Tag - A struct tag identifies a specific struct type in Move.
- Token
Data - Token data for NFTs (v2).
- Versioned
Event - A versioned event from the indexer (includes transaction context).
Enums§
Constants§
- ADDRESS_
LENGTH - The length of an account address in bytes.
- APT_
COIN_ STORE_ TYPE - The APT coin store type string.
- HASH_
LENGTH - The length of a hash value in bytes.
Type Aliases§
- Move
Struct Tag - Alias for
StructTagused in some API responses.