maestro-sdk-1.7.3: Maestro Blockchain Indexer SDK
Safe HaskellNone
LanguageHaskell2010

Maestro.Client.V1.TxManager

Synopsis

Documentation

submitAndMonitorTx #

Arguments

MaestroEnv 'V1

The Maestro Environment.

ByteString

CBOR encoded Transaction.

IO Text 

Submit a signed and serialized transaction to the network. A transaction submited with this endpoint will be monitored by Maestro.

turboSubmitAndMonitorTx #

Arguments

MaestroEnv 'V1

The Maestro Environment.

ByteString

CBOR encoded Transaction.

IO Text 

Submit a signed and serialized transaction to the network. A transaction submited with this endpoint will be turbo submitted & monitored by Maestro.