@onflow/send

Flow SDK Send

Usage no npm install needed!

<script type="module">
  import onflowSend from 'https://cdn.skypack.dev/@onflow/send';
</script>

README

@onflow/send

Sends Interactions to Flow returning a Response.

Is available as part of @onflow/sdk

Status

  • Last Updated: April 21st 2020
  • Stable: Yes
  • Risk of Breaking Change: Low (If taking into account the known upcoming changes)

Install

npm install --save @onflow/send

Usage

import {send} from "@onflow/send"

const interaction = ...

const response = await send(interaction, {
  node: "Access Node Url"
})