Skip to content

Feature Suggestion: Mimic Ecto.Multi for batch / multicalls #203

@sitch

Description

@sitch

Example

Ethers.Multi.new()
|> Ethers.Multi.append(:my_transaction_1, ERC20.balance(x))
|> Ethers.Multi.append(:my_transaction_2, ERC20.balance(y))
|> Ethers.Multi.batch_call(options)

Could use the same container for multicalls, i.e.:

Ethers.Multi.multicall3(multi, options)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions