ChargeFollowPolicy: {
    amount: Erc20Amount;
    chainId: number;
    contractAddress: EvmAddress;
    rate: FiatAmount | null;
    recipient: string;
    type: CHARGE;
}

Type declaration