[][src]Function eosio_cdt_sys::require_auth

pub unsafe extern "C" fn require_auth(name: capi_name)

Verifies that 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