|
|
@@ -1,6 +1,6 @@
|
|
|
const getAssetSignatures = {
|
|
|
description:
|
|
|
- 'Get the proof of a compressed Digital Asset NFT (cNFT) by its ID',
|
|
|
+ 'Get the transaction signatures for a compressed Digital Asset NFT (cNFT) by its ID',
|
|
|
method: 'getAssetSignatures',
|
|
|
params: [
|
|
|
{
|
|
|
@@ -39,7 +39,7 @@ const getAssetSignatures = {
|
|
|
examples: [
|
|
|
{
|
|
|
name: 'Fetch signatures of Saga Monkes #6233 (cNFT)',
|
|
|
- description: 'Fetch the signatures associated with an asset by its ID',
|
|
|
+ description: 'Get the transaction signatures for an asset by its ID',
|
|
|
chain: "solanaMainnet",
|
|
|
body: {
|
|
|
params: {
|
|
|
@@ -50,7 +50,7 @@ const getAssetSignatures = {
|
|
|
{
|
|
|
name: 'Metaplex Test (cNFT V1)',
|
|
|
chain: 'solanaDevnet',
|
|
|
- description: 'Get an asset by its ID',
|
|
|
+ description: 'Get the transaction signatures for an asset by its ID',
|
|
|
body: {
|
|
|
params: {
|
|
|
id: 'E1hi4uEdfe9gai3Y1Vg5eSA8A2oxotVUWv5LtVJXxxpv',
|