Type Alias BatchTransferApproveAction

BatchTransferApproveAction: {
    buildTransaction: (() => Promise<TransactionData>);
    operator: `0x${string}`;
    token: `0x${string}`;
    type: "approve";
}