Skip to main content

Module state

Module state 

Source
Expand description

Account-partitioned, serializable state for Amazon Managed Blockchain (managedblockchain).

Every resource is stored as its already-output-valid wire JSON object so reads echo exactly what writes persisted. All map keys are plain Strings (resource id or resource ARN), so the snapshot never depends on the tuple-key serde adapter that has silently broken snapshot serialization on other services.

Structs§

ManagedBlockchainData
Per-account Amazon Managed Blockchain state.
ManagedBlockchainSnapshot

Constants§

MANAGEDBLOCKCHAIN_SNAPSHOT_SCHEMA_VERSION

Type Aliases§

SharedManagedBlockchainState