Hi All,
I have an address with some tokens in it, This address is not connected to a wallet, i only have the .vkey/.skey and payment.addr available, and access to a node. I would like to send them to another address
Im following the below to build the tx:
cardano-cli transaction build-raw \
--fee <fee> \
--tx-in <tx_in> \
--tx-out <your_address>+<change> \
--tx-out <destination_address>+<minUtxO>+10000 <Tokens> \
--out-file <outputfile.raw>
The question is, do i need to include all the list of tokens that will not be sent in with my --tx-out <your_address>+ . i.e., say i only want to send token X, and my address has one of each token(s), X, Y, Z. Do i need to say:
--tx-out <destination_address>+<minUtxO>+10000 + "1 <policy for token X>.X+"\
--tx-out <original_address>+<ADA_value>+"0 <policy for token X>.X+"1 <policy for token Y>.Y+"1 <policy for token Z>.Z" \
that is, do i need to list all the tokens and policies and amounts that will not change?
Ive tried both methods of listing them all out, and only listing the one that will change, and im getting a hell of a mess with an error output on submissions:
Command failed: transaction submit Error: Error while submitting tx: ShelleyTxValidationError ShelleyBasedEraAlonzo (ApplyTxError [UtxowFailure (WrappedShelleyEraFailure (UtxoFailure (OutputTooSmallUTxO [(Addr Mainnet (KeyHashObj (KeyHash "7b728f5a7cafe611706572bf27205868eda929e674ed3ef261505866")) (StakeRefBase (KeyHashObj (KeyHash "e016ca7de1a5402d4813d1efc5ba621c3756ec1019994a35404dd303"))),Value 1000000 (fromList [(PolicyID {policyID = ScriptHash "b788fbee71a32d2efc5ee7d151f3917d99160f78fb1e41a1bbf80d8f"},fromList [("LEAFTOKEN",70985035)])]),SNothing)]))),UtxowFailure (WrappedShelleyEraFailure (UtxoFailure (ValueNotConservedUTxO (Value 24274166 (fromList [(PolicyID {policyID = ScriptHash "544571c086d0e5c5022aca9717dd0f438e21190abb48f37b3ae129f0"},fromList [("GROW",1)]),(PolicyID {policyID = ScriptHash "8654e8b350e298c80d2451beb5ed80fc9eee9f38ce6b039fb8706bc3"},fromList [("LOBSTER",1000000)]),(PolicyID {policyID = ScriptHash "a0028f350aaabe0545fdcb56b039bfb08e4bb4d8c4d7c3c7d481c235"},fromList [("HOSKY",1000000)]),(PolicyID {policyID = ScriptHash "af2e27f580f7f08e93190a81f72462f153026d06450924726645891b"},fromList [("DRIP",1000000000)]),(PolicyID {policyID = ScriptHash "b788fbee71a32d2efc5ee7d151f3917d99160f78fb1e41a1bbf80d8f"},fromList [("LEAFTOKEN",70985035)]),(PolicyID {policyID = ScriptHash "d030b626219d81673bd32932d2245e0c71ae5193281f971022b23a78"},fromList [("Cardogeo",420)]),(PolicyID {policyID = ScriptHash "d3558649b7874a1a596378515f9b80da63e73f324439ea113d34c9bb"},fromList [("BEAG",25)])])) (Value 24274166 (fromList [(PolicyID {policyID = ScriptHash "b788fbee71a32d2efc5ee7d151f3917d99160f78fb1e41a1bbf80d8f"},fromList [("LEAFTOKEN",70985035)])])))))])