type GetApprovalForTransactionParams = { account: Account; transaction: PreparedTransaction;};
The caller's account
type account = Account;
The transaction that involves the ERC20 token
type transaction = PreparedTransaction;