You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please explain, is a genesis_point a special type of anchor_outpoint? What is an anchor_outpoint called once the asset has been transferred?
It would be nice to see the genesis point and anchor outpoint clearly defined on https://docs.lightning.engineering/the-lightning-network/taproot-assets/taproot-assets-protocol using figures so that one can visually understand how to properly interpret the response of the ListAssets RPC and understand how taproot assets are actually created and moved around using tapd. Also, having consistent names and descriptions in .proto comments/documentation, glossary, and general documentation helps to know you are connecting all documentation sources together properly.
The text was updated successfully, but these errors were encountered:
ListAssets
(https://lightning.engineering/api-docs/api/taproot-assets/taproot-assets/list-assets) yields agenesis_point
(https://github.com/lightninglabs/taproot-assets/blob/ee06af74d45a5eb37887876972ebaf2223fd8a82/taprpc/taprootassets.proto#L229-L230) andanchor_outpoint
(https://github.com/lightninglabs/taproot-assets/blob/ee06af74d45a5eb37887876972ebaf2223fd8a82/taprpc/taprootassets.proto#L202-L203).genesis_point
is defined (docs.lightning.engineering/the-lightning-network/taproot-assets/glossary.md
Lines 55 to 57 in dede15c
genesis_outpoint
and agenesis output
, but it is unclear if those are the same asgenesis_point
.We have
Anchor
defined (docs.lightning.engineering/the-lightning-network/taproot-assets/glossary.md
Lines 9 to 11 in dede15c
anchor_outpoint
. There is no mention of anchor on https://docs.lightning.engineering/the-lightning-network/taproot-assets/taproot-assets-protocol .Please explain, is a
genesis_point
a special type ofanchor_outpoint
? What is ananchor_outpoint
called once the asset has been transferred?It would be nice to see the genesis point and anchor outpoint clearly defined on https://docs.lightning.engineering/the-lightning-network/taproot-assets/taproot-assets-protocol using figures so that one can visually understand how to properly interpret the response of the
ListAssets
RPC and understand how taproot assets are actually created and moved around usingtapd
. Also, having consistent names and descriptions in .proto comments/documentation, glossary, and general documentation helps to know you are connecting all documentation sources together properly.The text was updated successfully, but these errors were encountered: