Allowl's five predefined functions always evaluate to an array. The resulting array can be empty. There is no provision for a user of the language to define new functions.
The GetEthereumNfts function requires three parameters:
This function will return an array of ETH NFTs that match the input parameters.
The GetSolanaNfts function requires one parameter:
This function will return an array of Solana NFTs for the given owner.
The GetIdentities function requires two parameters:
This function will return an array of VatomInc identities that match the input parameters.
The GetPoints function accepts four parameters:
This function will return an whole number point value based on the point total for given parameters. The fourth parameter, channel, is optional and if not specified, total points will be computed.
The GetVatoms function accepts four parameters:
This function will return an array of Vatoms matching the input parameters. Only the first parameter, user, is required. Any combination of the remaining three parameters can be optionally used as filters to narrow the results. If known, filters should be used since they enable optimizations delivering a faster response.
Grammar consistency testing and generation of images representing elements of the Allowl grammar were aided by Gunther Rademacher's open source Railroad Diagram Generator program. An online version is hosted at bottlecaps.de/rr/. The software was used with permission and according to its Apache License terms.