package
0.0.15
Repository: https://github.com/ava-labs/spacesvm.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DummyBlock is used for validating new txs and some tests.
ExpireNext queries "expiryPrefix" key space to find expiring keys, deletes their spaceInfos, and schedules its key pruning with its raw space.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DB.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MoveSpaceInfo should only be used if the expiry isn't changing and [SpaceInfo] is already in the database.
No description provided by the author
NewMockMempool creates a new mock instance.
NewMockUnsignedTransaction creates a new mock instance.
NewMockVM creates a new mock instance.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
[balancePrefix] + [delimiter] + [address].
[blockPrefix] + [delimiter] + [blockID].
[expiryPrefix] + [delimiter] + [timestamp] + [delimiter] + [rawSpace].
[ownedPrefix] + [delimiter] + [address] + [delimiter] + [space].
[pruningPrefix] + [delimiter] + [timestamp] + [delimiter] + [rawSpace].
[txPrefix] + [delimiter] + [txID].
[txValuePrefix] + [delimiter] + [txID].
PruneNext queries the keys that are currently marked with "pruningPrefix", and clears them from the database.
No description provided by the author
No description provided by the author
[expiry/pruningPrefix] + [delimiter] + [timestamp] + [delimiter].
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
[infoPrefix] + [delimiter] + [space].
Assumes [space] and [key] do not contain delimiter [keyPrefix] + [delimiter] + [rawSpace] + [delimiter] + [key].
No description provided by the author

# Constants

No description provided by the author
30 Days.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
0x + hex-encoded hash.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Non-user created event.
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Tx Correctness.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Genesis Correctness.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Block Correctness.
No description provided by the author
No description provided by the author
No description provided by the author
Execution Correctness.
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MockMempool is a mock of Mempool interface.
MockMempoolMockRecorder is the mock recorder for MockMempool.
MockUnsignedTransaction is a mock of UnsignedTransaction interface.
MockUnsignedTransactionMockRecorder is the mock recorder for MockUnsignedTransaction.
MockVM is a mock of VM interface.
MockVMMockRecorder is the mock recorder for MockVM.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Stateless is defined separately from "Block" in case external packages needs use the stateful block without mocking VM or parent block.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author