Skip to main content

EOS_EpicAccountId_IsValid

Function EOS_EpicAccountId_IsValid 

Source
pub unsafe extern "C" fn EOS_EpicAccountId_IsValid(
    AccountId: EOS_EpicAccountId,
) -> EOS_Bool
Expand description

Check whether or not the given Epic Account ID is considered valid NOTE: This will return true for any EOS_EpicAccountId created with EOS_EpicAccountId_FromString as there is no validation

@param AccountId The Epic Account ID to check for validity @return EOS_TRUE if the EOS_EpicAccountId is valid, otherwise EOS_FALSE