Procházet zdrojové kódy

code rabbit comments

Tony Boyle před 5 měsíci
rodič
revize
d986e71e11

+ 1 - 1
src/lib/api/aura/das/getAssetProof.js

@@ -1,6 +1,6 @@
 const getAssetProof = {
     description: 'Get the proof of a compressed Digital Asset NFT (cNFT) by its ID',
-    method: 'getAssetProofs',
+    method: 'getAssetProof',
     params: [
       {
         type: 'string',

+ 3 - 3
src/lib/api/aura/das/getAssetSignatures.js

@@ -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',