Skip to content

Commit

Permalink
Update rpc docs
Browse files Browse the repository at this point in the history
  • Loading branch information
azarovh committed Aug 30, 2024
1 parent bc50392 commit b4c0d44
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions wallet/wallet-rpc-daemon/docs/RPC.md
Original file line number Diff line number Diff line change
Expand Up @@ -955,6 +955,28 @@ Returns:
{ "tx_id": hex string }
```

### Method `token_change_metadata_uri`

Change the metadata URI of a token


Parameters:
```
{
"account": number,
"token_id": bech32 string,
"metadata_uri": hex string,
"options": { "in_top_x_mb": EITHER OF
1) number
2) null },
}
```

Returns:
```
{ "tx_id": hex string }
```

### Method `token_mint`

Given a token that is already issued, mint new tokens and increase the total supply
Expand Down

0 comments on commit b4c0d44

Please sign in to comment.