chore(mcp): drop unused build_signed_payment_with_assets / build_unsigned_payment_with_assets imports
Replaced direct calls in wallet_send + wallet_send_unsigned with the new _extras variants in the previous commit. The _with_assets re-exports are still in aldabra-core::lib.rs for any other callers, just not imported into tools.rs anymore.
This commit is contained in:
parent
b9124ee5d9
commit
a65ab7803e
1 changed files with 4 additions and 5 deletions
|
|
@ -52,11 +52,10 @@ use aldabra_dao::reader::{DaoReader, KoiosDaoReader};
|
|||
use aldabra_core::plutus_cost_models::PLUTUS_V3_COST_MODEL_PREPROD;
|
||||
use aldabra_core::{
|
||||
add_witness, build_signed_cip68_nft_mint, build_signed_mint_with_metadata,
|
||||
build_signed_payment_extras, build_signed_payment_with_assets, build_signed_plutus_spend,
|
||||
build_signed_stake_delegation, build_unsigned_mint, build_unsigned_payment_extras,
|
||||
build_unsigned_payment_with_assets, hex_decode, summarize_tx, AssetSpec, InputUtxo, Network,
|
||||
PaymentKey, PlutusExUnits, PlutusInput, PlutusVersion, PolicySpec, ProtocolParams,
|
||||
ReferenceScriptSpec, ScriptKind, StakeKey, DEFAULT_EX_UNITS,
|
||||
build_signed_payment_extras, build_signed_plutus_spend, build_signed_stake_delegation,
|
||||
build_unsigned_mint, build_unsigned_payment_extras, hex_decode, summarize_tx, AssetSpec,
|
||||
InputUtxo, Network, PaymentKey, PlutusExUnits, PlutusInput, PlutusVersion, PolicySpec,
|
||||
ProtocolParams, ReferenceScriptSpec, ScriptKind, StakeKey, DEFAULT_EX_UNITS,
|
||||
};
|
||||
|
||||
/// Parse a user-supplied script-kind string ("PlutusV1" / "PlutusV2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue