sui_
verifier_
v2
0.1.0
Module private_
generics
Module Items
Constants
Functions
In crate sui_
verifier_
v2
sui_verifier_v2
Module
private_generics
Copy item path
Source
Constants
§
EVENT_
FUNCTION
EVENT_
MODULE
PRIVATE_
TRANSFER_
FUNCTIONS
PUBLIC_
TRANSFER_
FUNCTIONS
TRANSFER_
IMPL_
FUNCTIONS
TRANSFER_
MODULE
Functions
§
verify_
module
All transfer functions (the functions in
sui::transfer
) are “private” in that they are restricted to the module. For example, with
transfer::transfer<T>(...)
, either: