ADATransactionBuilder class
Constructors
- 
          ADATransactionBuilder({required List<TransactionUnspentOutput> utxos, required List<TransactionOutput> outputs, List<ADAMinsBuilder> mints = const [], List<ADADepositBuilder> deposits = const [], List<ADADepositBuilder> refundDeposits = const [], List<ADACertificateBuilder> certificates = const [], NativeScripts? nativeScripts, GeneralTransactionMetadata? metadata})
Properties
- auxiliaryData → AuxiliaryData?
- 
  
  no setter
- 
  certificates
  → List<ADACertificateBuilder> 
- 
  
  final
- 
  deposits
  → List<ADADepositBuilder> 
- 
  
  final
- fee → BigInt?
- 
  
  no setter
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- metadata → GeneralTransactionMetadata?
- 
  
  final
- 
  mints
  → List<ADAMinsBuilder> 
- 
  
  final
- nativeScripts → NativeScripts?
- 
  
  final
- 
  outputs
  → List<TransactionOutput> 
- 
  
  no setter
- 
  refundDeposits
  → List<ADADepositBuilder> 
- 
  
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- 
  signers
  → List<ADAAddress> 
- 
  
  no setter
- totalAssets → MultiAsset
- 
  
  latefinal
- totalLovelace → BigInt
- 
  
  latefinal
- 
  utxos
  → List<TransactionUnspentOutput> 
- 
  
  final
Methods
- 
  buildEstimateTx(ONSignADA onSignADA) → ADATransaction 
- 
  buildTxBody({AuxiliaryDataHash? auxHash}) → TransactionBody 
- 
  calculateFees(BlockFrostProvider provider) → Future< void> 
- 
  estimateSize() → int 
- 
  getMint() → Mint? 
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  onChangeAddress(ADAAddress onChangeAddress) → TransactionOutput? 
- 
  setFee(BigInt fee) → void 
- 
  signAndBuildTransaction(ONSignADA onSignADA) → ADATransaction 
- 
  signAndBuildTransactionAsync(ONSignADAAsync onSignADA) → Future< ADATransaction> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited