export const antelopeAssert = (str: string) => `eosio_assert: ${str}` export const antelopeAssertMessage = (str: string) => `eosio_assert_message: ${str}` export const antelopeAssertCode = (str: bigint) => `eosio_assert_code: ${str}`