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

Structs

Account
AccountActivity

Holds information about last usage time of specific action.

ActionThresholds

Thresholds that has to be met when executing an action of certain type.

AssociatedKeys
BlockTime
PublicKey
PurseId
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.

Constants

BLOCKTIME_SER_SIZE
KEY_SIZE
MAX_KEYS

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

PUBLIC_KEY_SIZE
PURSE_ID_SIZE_SERIALIZED
WEIGHT_SIZE