Module private_generics

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: