Skip to main content

CardanoTxSubmitter

export type CardanoTxSubmitter = Pick<CardanoClient, "isMainnet"
  | "submitTx"
  | "getTx"
  | "hasUtxo">

Conforms to a minimal subset of the Cardano network-client type needed to submit transactions and get feedback on the submission status.