REVAutoIssuance
Notes:
- 
member: chainId The ID of the chain on which the mint should be honored.
 - 
member: count The number of tokens that should be minted.
 - 
member: beneficiary The address that will receive the minted tokens.
 
struct REVAutoIssuance {
    uint32 chainId;
    uint104 count;
    address beneficiary;
}