rename XLS-20 fields (#1966)

* rename TokenTaxon -> NFTokenTaxon

* rename MintedTokens -> MintedNFTokens

* rename BurnedTokens -> BurnedNFTokens

* update binary for NFTokenID rename

* rename TokenID -> NFTokenID

* rename TokenOffers -> NFTokenOffers

* rename BrokerFee -> NFTokenBrokerFee

* rename Minter -> NFTokenMinter

* rename NonFungibleToken -> NFToken

* rename NonFungibleTokens -> NFTokens

* rename BuyOffer -> NFTokenBuyOffer

* rename SellOffer -> NFTokenSellOffer

* rename OfferNode -> NFTokenOfferNode

* fix binary for serialize tests

* Add missing MintedNFTokens def + fix tests

* nftokenid -> nft_id

* asfAuthorizedMinter -> asfAuthorizedNFTokenMinter

* Update tec/tem error codes

* Add new definitions

* Update HISTORY.md

* Change to 1.4.0 for binary-codec

* Docgen

* Update HISTORY.md

Co-authored-by: Jackson Mills <jmills@ripple.com>
This commit is contained in:
Omar Khan
2022-04-19 13:02:18 -04:00
committed by GitHub
parent 2f252ace14
commit 9d94f4a8ab
182 changed files with 1511 additions and 1455 deletions

View File

@@ -43,7 +43,7 @@ export enum AccountSetAsfFlags {
/**
* Allow another account to mint and burn tokens on behalf of this account.
*/
asfAuthorizedMinter = 10,
asfAuthorizedNFTokenMinter = 10,
}
/**
@@ -143,7 +143,7 @@ export interface AccountSet extends BaseTransaction {
* Sets an alternate account that is allowed to mint NFTokens on this
* account's behalf using NFTokenMint's `Issuer` field.
*/
Minter?: string
NFTokenMinter?: string
}
const MIN_TICK_SIZE = 3