{"p":"can-20","op":"mint","tick":"can","amt":"1000","rows":[{"df":"qa","content":[{"q":"How do I specify a satoshi pointer in the transaction input?","a":"To specify a satoshi pointer in the transaction input, you need to use the `SatoshiUnit` type in the transaction structure and assign it to the corresponding input field. Here is an example code showing how to specify a satoshi pointer in the transaction input:\n\n```python\nfrom bitcoin import satoshi_to_btc\n\n# Assuming we have already created a transaction object, now we want to add inputs\ntransaction = ...\n\n# Create a SatoshiUnit object to represent the satoshi pointer\nsatoshi_unit = SatoshiUnit(100)\n\n# Add the satoshi pointer to the transaction input\ntransaction.inputs[0].SatoshiUnit = satoshi_unit\n\n# ...\n```"}]}],"pr":"1d2c667cf630c1bf966fff0563c265a15281c2b70b9585695535ad0dda31a16d"}