Skip to content

Commit

Permalink
get addPermissionPrice from SBT token
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcabot committed Dec 20, 2022
1 parent 7ee26cd commit 9263841
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/interfaces/ILinkableSBT.md
Expand Up @@ -13,7 +13,7 @@
### addPermissionPrice

```solidity
function addPermissionPrice() external nonpayable returns (uint256)
function addPermissionPrice() external view returns (uint256)
```


Expand All @@ -30,7 +30,7 @@ function addPermissionPrice() external nonpayable returns (uint256)
### addPermissionPriceMASA

```solidity
function addPermissionPriceMASA() external nonpayable returns (uint256)
function addPermissionPriceMASA() external view returns (uint256)
```


Expand Down Expand Up @@ -91,7 +91,7 @@ Find the owner of an SBT
### readDataPrice

```solidity
function readDataPrice() external nonpayable returns (uint256)
function readDataPrice() external view returns (uint256)
```


Expand All @@ -108,7 +108,7 @@ function readDataPrice() external nonpayable returns (uint256)
### readDataPriceMASA

```solidity
function readDataPriceMASA() external nonpayable returns (uint256)
function readDataPriceMASA() external view returns (uint256)
```


Expand Down

0 comments on commit 9263841

Please sign in to comment.