Skip to content
This repository was archived by the owner on May 17, 2018. It is now read-only.
This repository was archived by the owner on May 17, 2018. It is now read-only.

support 'sendmany' command #2

@mndrix

Description

@mndrix

Support the sendmany RPC call with an API something like the following:

sendMany :: Auth -> Account -> [(Address,Amount)] -> MinConf -> String -> IO ()

The list of addresses and amounts must be serialized into a JSON object as part of the RPC call. Addresses are keys, amounts are values.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions