sui_
verifier_
latest
0.1.0
Module private_
generics
Module Items
Constants
Functions
In crate sui_
verifier_
latest
sui_verifier_latest
Module
private_generics
Copy item path
Source
Constants
§
EVENT_
FUNCTION
EVENT_
MODULE
GET_
EVENTS_
TEST_
FUNCTION
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: