# README
This package contains declaration of casper types and base functions to construct them. (See documentation for more information.)
# 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
# Constants
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
# Variables
No description provided by the author
No description provided by the author
# Structs
Account representing a user's account, stored in a global state.
ActionThresholds have to be met when executing an action of a certain type.
No description provided by the author
No description provided by the author
AssociatedKey is allowed to provide signatures on deploys for the account.
AuctionBid is an entry in a founding validator map in the Auction state representing a bid.
AuctionDelegators is associated with the given validator.
AuctionState is a data structure summarizing auction contract data.
Bid is an entry stored in the Global state and representing a bid.
Block in the network.
No description provided by the author
No description provided by the author
No description provided by the author
Contract contains information, entry points and named keys belonging to a Contract.
ContractGroup associate a set of URefs with a label.
ContractPackage contains contract definition, metadata, and security container.
ContractVersion contains information related to an active version of a contract.
Delegator is associated with the given validator.
No description provided by the author
Deploy is an item containing a smart contract along with the requester's signature(s).
DeployExecutionResult represents the result of executing a single deploy.
No description provided by the author
DeployInfo provides information relating to the given Deploy.
DisabledContractVersion is a disabled version of a contract.
No description provided by the author
EntryPoint is a type signature of a method.
EntryPointAccess is access control options for a contract entry point (method).
No description provided by the author
EraEnd contains a report and list of validator weights for the next era.
EraInfo stores an auction metadata.
EraReport is an equivocation and reward information to be included in the terminal block.
EraSummary is a summary of an era.
EraValidators contains validators and weights for an Era.
ExecutableDeployItem is a base structure for the possible variants of an executable deploy.
No description provided by the author
No description provided by the author
No description provided by the author
ModuleBytes is a `deploy` item with the capacity to contain executable code (e.g.
NamedKey is a key in an Account or Contract.
No description provided by the author
Proof is a `Block`'s finality signature.
No description provided by the author
RawArg is a type used in deploy input arguments.
No description provided by the author
SeigniorageAllocation sores information about a seigniorage allocation.
StoredContractByHash is a `Deploy` item to call an entry point in a contract.
StoredContractByName is a `Deploy` item to call an entry point in a contract.
StoredValue is a wrapper class for different types of values stored in the global state.
StoredVersionedContractByHash is a `Deploy` item to call an entry point in a contract.
StoredVersionedContractByName is a `Deploy` item to call an entry point in a contract.
Transfer represents a transfer from one purse to another.
TransferDeployItem is a `Deploy` item for transferring funds to a target account.
Transform is an enumeration of transformation types used in the execution of a `deploy`.
UnbondingPurse stores information of an unbonding or delegation withdrawal.
No description provided by the author
ValidatorBid is an entry in a founding validator map representing a bid.
No description provided by the author
No description provided by the author
VestingSchedule for a genesis validator.
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
EntryPointType defines whether the code runs in the contract's or the session context.
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