coinbase / coinbase-php

DEPRECATED — PHP wrapper for the Coinbase API
Apache License 2.0
297 stars 198 forks source link

The transaction "description" field #183

Closed YasserNoureldin closed 4 years ago

YasserNoureldin commented 6 years ago

Hallo,

I have a question that regarding the transactions, Is the description field stored somewhere in the transaction outputs or scripts or its only some description from coinbase website and it has nothing to do with the transaction?

Also is there a way using the API to add an OP_RETURN output with custom data from me?

Thanks.

Hackinet commented 4 years ago

Yes, the description field is stored. You can pass your custom information in description and fetch it later. However, you can't add pass custom information directly while creating a Coinbase transaction.

drewrothstein commented 4 years ago

Hi, we are closing out PRs + Issues as this project is being archived.