Optional ContractThe WebAssembly (WASM) bytecode for the contract, represented as AnyT.
Optional accountThe stored account information.
Optional addressableThe stored addressable entity information, which is a reference to a contract or other addressable entity.
Optional bidThe stored bid information, typically related to a staking or auction process.
Optional bidThe stored bid kind, representing the type or class of a bid.
Optional byteThe stored bytecode, representing compiled contract or executable code.
Optional clThe stored CLValue, which is a general-purpose value that can represent various types of data.
Optional contractThe stored contract information.
Optional contractThe stored contract package information.
Optional deployThe information related to a deploy operation.
Optional entryThe stored entry point value, typically representing an entry point in a smart contract.
Optional eraThe information related to an era.
Optional messageA checksum of the stored message, typically used for validation purposes.
Optional messageThe stored message topic summary, containing a summary of the message topic.
Optional namedThe stored named key value, representing a key-value pair within a contract or other entity.
Optional packageThe stored package information, typically a contract or executable package.
Optional prepaymentStores location, type and data for a gas pre-payment.
Optional rawRaw bytes. Similar to a [crate::StoredValue::CLValue] but does not incur overhead of a [crate::CLValue] and [crate::CLType].
Optional transferThe transfer information, representing a historical transfer.
Optional unbondingThe stored unbonding purse, representing assets being unbonded.
Optional withdrawAn array of unbonding purses, which represent assets being unbonded.
Generated using TypeDoc
Represents a stored value in a decentralized system. The value can be of different types like
Account,Contract,Transfer, etc. Each field corresponds to a specific type of stored data in the system.