import * as fcl from "@onflow/fcl"
const SIMPLE_TRANSACTION = `\
const blockResponse = await fcl.send([
const block = await fcl.decode(blockResponse)
const tx = await fcl.send([
fcl.transaction(SIMPLE_TRANSACTION),
fcl.proposer(fcl.currentUser().authorization),
fcl.payer(fcl.currentUser().authorization),