Module private_generics

Source

Constants§

COIN_REGISTRY_MODULE
DYNAMIC_COIN_CREATION_FUNCTION
EMIT_AUTHENTICATED_FUNCTION
EMIT_AUTHENTICATED_IMPL_FUNCTION
EVENT_FUNCTION
EVENT_MODULE
GET_EVENTS_TEST_FUNCTION
PRIVATE_EVENT_FUNCTIONS
PRIVATE_TRANSFER_FUNCTIONS
PUBLIC_TRANSFER_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: