Modules§
Structs§
- Account
- Account
Id - Account
IdOrderable - An
AccountId
implementingOrd
&PartialOrd
, reproducing OCaml ordering. - Account
Legacy - Auth
Required Encoded - Mutable
Fp - Alternative to
Rc<Cell<Option<Fp>>>
that isSend
- Permissions
- Permissions
Legacy - Perms
Const - Receipt
Chain Hash - SetVerification
Key - Snapp
Account - Timing
AsRecord - Timing
AsRecord Checked - TokenId
- Token
IdLegacy - Token
Symbol - Verification
Key - Verification
KeyWire - Voting
For - ZkApp
Account - ZkApp
Uri
Enums§
- Auth
OrVersion - Auth
Required - Control
Tag - Permission
To - Proof
Verified - Timing
- A timed account is an account, which releases its balance to be spent gradually. The process of releasing frozen funds is defined as follows. Until the cliff_time global slot is reached, the initial_minimum_balance of mina is frozen and cannot be spent. At the cliff slot, cliff_amount is released and initial_minimum_balance is effectively lowered by that amount. Next, every vesting_period number of slots, vesting_increment is released, further decreasing the current minimum balance. At some point minimum balance drops to 0, and after that the account behaves like an untimed one. *)
- Token
Permissions
Constants§
- TXN_
VERSION_ CURRENT - Mina_numbers.Txn_version.current
Statics§
Functions§
- array_
into - array_
into_ with - check_
permission - checked_
equal_ compressed_ key - checked_
equal_ compressed_ key_ const_ and - checked_
verify_ merkle_ path implied_root
in OCaml- default_
zkapp_ hash - eval_
no_ proof - get_
legacy_ hash_ of - try_
array_ into_ with - Note: Refactor when
core::array::try_map
is stable https://github.com/rust-lang/rust/issues/79711