Function eosio_sys::require_auth

source ·
pub unsafe extern "C" fn require_auth(name: capi_name)
Expand description

Verifies that @ref name exists in the set of provided auths on a action. Throws if not found.

@brief Verify specified account exists in the set of provided auths @param name - name of the account to be verified