abangZ

Results 7 comments of abangZ

Currently, the PSBT in the API cannot be modified. We will consider supporting the addition of extra fees directly in the API soon.

I write a test code, it's worked. hope those can help you: create ResponseActivity.java ```java package io.unisat.connecttest; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.widget.TextView; public class ResponseActivity...

@huanniangstudio We need to resolve this issue as soon as possible.

The inscriptions are contained within the inputs of a reveal transaction. In order to uniquely identify them they are assigned an ID of the form: 521f8eccffa4c41a3a7728dd012ea5a4a02feed81f41159231251ecf1e5c79dai0 The part in front...

https://docs.unisat.io/dev/unisat-developer-service/general/inscriptions/get-inscription-info this api can get the inscription detail.

> So,I can use this api`https://docs.unisat.io/dev/unisat-developer-service/general/addresses/get-inscription-utxo`to get the utxo as the input of PSBT? yes