[][src]Module casperlabs_contract_ffi::value::account

Structs

PublicKey
PurseId
TryFromIntError
TryFromSliceForPublicKeyError
Weight

Enums

ActionType
AddKeyFailure

Represents an error that happens when trying to add a new associated key on an account.

RemoveKeyFailure

Represents an error that happens when trying to remove an associated key from an account.

SetThresholdFailure

Represents an error that occurs during the change of a thresholds on an account.

UpdateKeyFailure

Represents an error that happens when trying to update the value under a public key associated with an account.

Constants

MAX_KEYS

Maximum number of associated keys. Value chosen arbitrary, shouldn't be too large to prevent bloating associated_keys table.

PUBLIC_KEY_LENGTH
PUBLIC_KEY_SERIALIZED_LENGTH
PURSE_ID_SERIALIZED_LENGTH
WEIGHT_SERIALIZED_LENGTH