convex-wallet-0.2.0.0: Simple wallet
Safe HaskellSafe-Inferred
LanguageHaskell2010

Convex.Wallet.Operator

Description

Managing the credentials used for batching |

Synopsis

Operator

signTxOperatorOperator SigningTx BabbageEraTx BabbageEra Source #

Add a signature to the transaction

data Operator k Source #

An entity that can match orders

Instances

Instances details
Show (PaymentExtendedKey k) ⇒ Show (Operator k) Source # 
Instance details

Defined in Convex.Wallet.Operator

Show (PaymentExtendedKey k) ⇒ Eq (Operator k) Source # 
Instance details

Defined in Convex.Wallet.Operator

Methods

(==)Operator k → Operator k → Bool Source #

(/=)Operator k → Operator k → Bool Source #

operatorAddressNetworkIdOperator k → Address ShelleyAddr Source #

Address of the operator in a network

operatorPaymentCredentialOperator k → PaymentCredential Source #

The operator's payment credential (public key)

operatorWalletIDOperator k → (PubKeyHash, Maybe PubKeyHash) Source #

Key hashes in Plutus format

operatorReturnOutputMonadBlockchain m ⇒ Operator k → m (TxOut CtxTx BabbageEra) Source #

An empty output locked by the operator's payment credential

Configuration