@mintbase-js/sdk
Advanced tools
Comparing version 0.0.3-rc to 0.0.4-add-deploycontract-export.0
export declare const GAS = "200000000000000"; | ||
export declare const MAX_GAS = "300000000000000"; | ||
export declare const ONE_YOCTO = "1"; | ||
export declare const TOKEN_CONTRACT_SPEC = "nft-1.0.0"; | ||
export declare const CONTRACT_DEPOSIT = "6500000000000000000000000"; | ||
export declare const TOKEN_METHOD_NAMES: { | ||
TRANSFER: string; | ||
BATCH_TRANSFER: string; | ||
BATCH_BURN: string; | ||
DEPLOY_TOKEN_CONTRACT: string; | ||
TRANSFER_TOKEN_CONTRACT_OWNERSHIP: string; | ||
MINT: string; | ||
ADD_MINTER: string; | ||
REMOVE_MINTER: string; | ||
BATCH_CHANGE_MINTERS: string; | ||
TOKEN_ACCOUNT_REVOKE: string; | ||
TOKEN_ACCOUNT_REVOKE_ALL: string; | ||
}; | ||
export declare const MARKET_METHOD_NAMES: { | ||
LIST: string; | ||
DEPOSIT_STORAGE: string; | ||
BUY: string; | ||
}; | ||
export declare const GAS_CONSTANTS: { | ||
DEFAULT_GAS: string; | ||
OPTIMAL_GAS: string; | ||
MAX_GAS: string; | ||
}; | ||
export declare const DEPOSIT_CONSTANTS: { | ||
ONE_YOCTO: string; | ||
ZERO_YOCTO: string; | ||
}; | ||
export declare const Network: { | ||
MAINNET: string; | ||
TESTNET: string; | ||
}; | ||
export declare const MINTBASE_API_KEY_HEADER = "mb-api-key"; | ||
export declare const MINTBASE_API_ANON_USER = "anon"; | ||
export declare const MINTBASE_API_KEY: string; | ||
export declare const ANON_USER_WARNING = "Warning: you are using the anonymous mintbase api key. You may want to specify yours."; | ||
export declare const HOST_BASED_NETWORK_DEFAULT: string; | ||
export declare const NEAR_NETWORK: string; | ||
export declare const MB_MAINNET_TOKEN_FACTORY_ADDRESS = "mintbase1.near"; | ||
export declare const MB_TESTNET_TOKEN_FACTORY_ADDRESS = "mintspace2.testnet"; | ||
export declare const MB_TOKEN_FACTORY_ADDRESS: string; | ||
export declare const DEFAULT_MB_LOGO = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAEXUlEQVRYR8VXW4hVVRj+vrX3OYbFNBl2eSsoa8pkxMJmzpGGoIwMY0wwImuCXmKKkiikKayHQIpAwbdAswskBYqJSlANek7TUOPURGKCWdmFkJnsoZnhzNn/F2vcZ9gez2UfEVoP+2Gv///Xt771X4mUq6enpz2Kogck3S2pk+R1ki736iT/kfQzyW/N7PNsNrtvcHDwTBrTbCbU1dV1cxiGGyWtA3BJM/l4f1rSLjPbPDQ0dKyRTl0AS5YsubStre11AP0AwiYHi+SJmJGFCdmypG3T09MDIyMjk7Vs1ASQy+VuIrkbQEezG3vqJfXGTzHhnFtlZttIuoTuUQC9hULheLW98wDkcrnbARwkeWWzw+P9ewCsB/AYgBkz6yW5lmRfUl/SOMmVhUJhJPn/HAD+5gCKLRzubS0AMO59MTa828z2Oud2VF8gBtGdZGIOQPzmX6ehPWk4iqKOIAg+BnCr/y/pJUmnnHPv1WHw6NTU1B0Vn5gDkM/ntwB4NiXtc2KS9kdR1B+G4aMA/pD0kaQHGwDwILcUi8UNs37jPz7UgiD4PoW318Qn6QSA/STbJc2T9EkjAAB8dCwuFos/zgLI5/M7YydqlYBa8vvMbFcTAJ6FncVisY/5fP4KT10LSaYZyFQAAEyHYXitB+BD6N1mVlvYTwsAZraeuVxuR3XMNjpM0mFJW0n+VUfub0mnSS6S5JxznQBeBpDMkBXV7R7AKEkv1HRJGiLpvX0rgHYzGyB5S5yuZ/VJHioUCv25XO4Vn/0AHDCzD51z35DMViWnUf8EEwC8H6RZj5O8Py5M3pF+D4JghZn9lFDeB+AtAF9U/vmw9CBJ3lt1yIQHYIks1gzEapJPSlodJ53xcrncmclkTiUOOwRgM8n9iX8Pk/S+tqqKAWsZgJmddM6971kzs+f9W5P0VbOyZmZmZjyo5yStcc4djKJoE8kxkvNrAWjlCVZLugHAYefcpJmtIzkAIKii7ldJL5jZkTAMF0t6A8CNNeidaMkJAXjqNwLobvZWafYljbYahhcVAIDtrSaiiwpgNhGlSMVjAI5J8m3Xm3FILapD8UKSd9XwiVriZ1Ox36lXjCRtMLPPwjC8s1QqHRgeHv6tu7v7IefcNYkQG8tkMqPlcnmNrylm9q9z7lMAlzXyg7li5IXqlOOvADwN4EsAPoOdLpVKHdlsdm/SCUku8/UdwIo4NzxF8noALzYAcG45jlmobkjelnTc014xRPI+Sa8BWJ4w7lsyH8qVtUfSHpLv1ANwXkPiBWu0ZEeiKOoLgsAzMd+nXTNb7pz7geTsQBLfuIvkqwBWnu3I9ASAZSSfqQOgdkvmhaubUpKboij6IAiCpSSH/aAB4JEqw9+VSqXeTCZzm6Q/nXNXA/A94rxqAA2b0opwjbb8JADfzy8FcFWdW01K8kwtqFdZU7XlCRCpB5M0GQ9A+sGkYrDF0awejgsbzZLW/rfhtPpKTcbzM5J+uZDx/D8+0FUx/4DhyAAAAABJRU5ErkJggg=="; |
"use strict"; | ||
var _a, _b, _c; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ONE_YOCTO = exports.MAX_GAS = exports.GAS = void 0; | ||
exports.DEFAULT_MB_LOGO = exports.MB_TOKEN_FACTORY_ADDRESS = exports.MB_TESTNET_TOKEN_FACTORY_ADDRESS = exports.MB_MAINNET_TOKEN_FACTORY_ADDRESS = exports.NEAR_NETWORK = exports.HOST_BASED_NETWORK_DEFAULT = exports.ANON_USER_WARNING = exports.MINTBASE_API_KEY = exports.MINTBASE_API_ANON_USER = exports.MINTBASE_API_KEY_HEADER = exports.Network = exports.DEPOSIT_CONSTANTS = exports.GAS_CONSTANTS = exports.MARKET_METHOD_NAMES = exports.TOKEN_METHOD_NAMES = exports.CONTRACT_DEPOSIT = exports.TOKEN_CONTRACT_SPEC = exports.ONE_YOCTO = exports.MAX_GAS = exports.GAS = void 0; | ||
exports.GAS = '200000000000000'; | ||
exports.MAX_GAS = '300000000000000'; | ||
exports.ONE_YOCTO = '1'; | ||
exports.TOKEN_CONTRACT_SPEC = 'nft-1.0.0'; | ||
exports.CONTRACT_DEPOSIT = '6500000000000000000000000'; | ||
exports.TOKEN_METHOD_NAMES = { | ||
TRANSFER: 'nft_transfer', | ||
BATCH_TRANSFER: 'nft_batch_transfer', | ||
BATCH_BURN: 'nft_batch_burn', | ||
DEPLOY_TOKEN_CONTRACT: 'create_store', | ||
TRANSFER_TOKEN_CONTRACT_OWNERSHIP: 'transfer_store_ownership', | ||
MINT: 'nft_batch_mint', | ||
ADD_MINTER: 'grant_minter', | ||
REMOVE_MINTER: 'revoke_minter', | ||
BATCH_CHANGE_MINTERS: 'batch_change_minters', | ||
TOKEN_ACCOUNT_REVOKE: 'nft_revoke', | ||
TOKEN_ACCOUNT_REVOKE_ALL: 'nft_revoke_all', | ||
}; | ||
exports.MARKET_METHOD_NAMES = { | ||
LIST: 'nft_approve', | ||
DEPOSIT_STORAGE: 'deposit_storage', | ||
BUY: 'buy', | ||
}; | ||
exports.GAS_CONSTANTS = { | ||
DEFAULT_GAS: '200000000000000', | ||
OPTIMAL_GAS: '225000000000000', | ||
MAX_GAS: '300000000000000', | ||
}; | ||
exports.DEPOSIT_CONSTANTS = { | ||
ONE_YOCTO: '1', | ||
ZERO_YOCTO: '0', | ||
}; | ||
exports.Network = { | ||
MAINNET: 'mainnet', | ||
TESTNET: 'testnet', | ||
}; | ||
exports.MINTBASE_API_KEY_HEADER = 'mb-api-key'; | ||
exports.MINTBASE_API_ANON_USER = 'anon'; | ||
exports.MINTBASE_API_KEY = process.env.MINTBASE_API_KEY || | ||
((_a = globalThis === null || globalThis === void 0 ? void 0 : globalThis.localStorage) === null || _a === void 0 ? void 0 : _a.getItem('MINTBASE_API_KEY')) || | ||
exports.MINTBASE_API_ANON_USER; | ||
exports.ANON_USER_WARNING = 'Warning: you are using the anonymous mintbase api key. You may want to specify yours.'; | ||
exports.HOST_BASED_NETWORK_DEFAULT = ((_b = globalThis === null || globalThis === void 0 ? void 0 : globalThis.window) === null || _b === void 0 ? void 0 : _b.location.host.includes('testnet')) | ||
? exports.Network.TESTNET | ||
: exports.Network.MAINNET; | ||
exports.NEAR_NETWORK = process.env.NEAR_NETWORK || | ||
((_c = globalThis === null || globalThis === void 0 ? void 0 : globalThis.localStorage) === null || _c === void 0 ? void 0 : _c.getItem('NEAR_NETWORK')) || | ||
exports.HOST_BASED_NETWORK_DEFAULT; | ||
exports.MB_MAINNET_TOKEN_FACTORY_ADDRESS = 'mintbase1.near'; | ||
exports.MB_TESTNET_TOKEN_FACTORY_ADDRESS = 'mintspace2.testnet'; | ||
exports.MB_TOKEN_FACTORY_ADDRESS = exports.NEAR_NETWORK === exports.Network.MAINNET ? exports.MB_MAINNET_TOKEN_FACTORY_ADDRESS : exports.MB_TESTNET_TOKEN_FACTORY_ADDRESS; | ||
exports.DEFAULT_MB_LOGO = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAEXUlEQVRYR8VXW4hVVRj+vrX3OYbFNBl2eSsoa8pkxMJmzpGGoIwMY0wwImuCXmKKkiikKayHQIpAwbdAswskBYqJSlANek7TUOPURGKCWdmFkJnsoZnhzNn/F2vcZ9gez2UfEVoP+2Gv///Xt771X4mUq6enpz2Kogck3S2pk+R1ki736iT/kfQzyW/N7PNsNrtvcHDwTBrTbCbU1dV1cxiGGyWtA3BJM/l4f1rSLjPbPDQ0dKyRTl0AS5YsubStre11AP0AwiYHi+SJmJGFCdmypG3T09MDIyMjk7Vs1ASQy+VuIrkbQEezG3vqJfXGTzHhnFtlZttIuoTuUQC9hULheLW98wDkcrnbARwkeWWzw+P9ewCsB/AYgBkz6yW5lmRfUl/SOMmVhUJhJPn/HAD+5gCKLRzubS0AMO59MTa828z2Oud2VF8gBtGdZGIOQPzmX6ehPWk4iqKOIAg+BnCr/y/pJUmnnHPv1WHw6NTU1B0Vn5gDkM/ntwB4NiXtc2KS9kdR1B+G4aMA/pD0kaQHGwDwILcUi8UNs37jPz7UgiD4PoW318Qn6QSA/STbJc2T9EkjAAB8dCwuFos/zgLI5/M7YydqlYBa8vvMbFcTAJ6FncVisY/5fP4KT10LSaYZyFQAAEyHYXitB+BD6N1mVlvYTwsAZraeuVxuR3XMNjpM0mFJW0n+VUfub0mnSS6S5JxznQBeBpDMkBXV7R7AKEkv1HRJGiLpvX0rgHYzGyB5S5yuZ/VJHioUCv25XO4Vn/0AHDCzD51z35DMViWnUf8EEwC8H6RZj5O8Py5M3pF+D4JghZn9lFDeB+AtAF9U/vmw9CBJ3lt1yIQHYIks1gzEapJPSlodJ53xcrncmclkTiUOOwRgM8n9iX8Pk/S+tqqKAWsZgJmddM6971kzs+f9W5P0VbOyZmZmZjyo5yStcc4djKJoE8kxkvNrAWjlCVZLugHAYefcpJmtIzkAIKii7ldJL5jZkTAMF0t6A8CNNeidaMkJAXjqNwLobvZWafYljbYahhcVAIDtrSaiiwpgNhGlSMVjAI5J8m3Xm3FILapD8UKSd9XwiVriZ1Ox36lXjCRtMLPPwjC8s1QqHRgeHv6tu7v7IefcNYkQG8tkMqPlcnmNrylm9q9z7lMAlzXyg7li5IXqlOOvADwN4EsAPoOdLpVKHdlsdm/SCUku8/UdwIo4NzxF8noALzYAcG45jlmobkjelnTc014xRPI+Sa8BWJ4w7lsyH8qVtUfSHpLv1ANwXkPiBWu0ZEeiKOoLgsAzMd+nXTNb7pz7geTsQBLfuIvkqwBWnu3I9ASAZSSfqQOgdkvmhaubUpKboij6IAiCpSSH/aAB4JEqw9+VSqXeTCZzm6Q/nXNXA/A94rxqAA2b0opwjbb8JADfzy8FcFWdW01K8kwtqFdZU7XlCRCpB5M0GQ9A+sGkYrDF0awejgsbzZLW/rfhtPpKTcbzM5J+uZDx/D8+0FUx/4DhyAAAAABJRU5ErkJggg=='; | ||
//# sourceMappingURL=constants.js.map |
@@ -1,4 +0,9 @@ | ||
export * from './calls'; | ||
export * from './execute'; | ||
export * from './constants'; | ||
export * from './v1/constants'; | ||
export * from './burn/burn'; | ||
export * from './addMinter/addMinter'; | ||
export * from './removeMinter/removeMinter'; | ||
export * from './transfer/transfer'; | ||
export * from './batchChangeMinters/batchChangeMinters'; | ||
export * from './deployContract/deployContract'; | ||
export * from './v1/token'; | ||
@@ -5,0 +10,0 @@ export * from './v1/token.types'; |
@@ -17,5 +17,10 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./calls"), exports); | ||
__exportStar(require("./execute"), exports); | ||
__exportStar(require("./constants"), exports); | ||
__exportStar(require("./v1/constants"), exports); | ||
__exportStar(require("./burn/burn"), exports); | ||
__exportStar(require("./addMinter/addMinter"), exports); | ||
__exportStar(require("./removeMinter/removeMinter"), exports); | ||
__exportStar(require("./transfer/transfer"), exports); | ||
__exportStar(require("./batchChangeMinters/batchChangeMinters"), exports); | ||
__exportStar(require("./deployContract/deployContract"), exports); | ||
__exportStar(require("./v1/token"), exports); | ||
@@ -22,0 +27,0 @@ __exportStar(require("./v1/token.types"), exports); |
@@ -1,2 +0,2 @@ | ||
import { TransactionArgs, TransactionAttachments } from '../calls'; | ||
import { TransactionArgs, TransactionAttachments } from '../execute'; | ||
import { BuyArgs, DepositStorageArgs, ListArgs } from './market.types'; | ||
@@ -3,0 +3,0 @@ export declare const buy: (args: BuyArgs) => TransactionArgs & TransactionAttachments; |
"use strict"; | ||
// Mintbase marketplace contract JS implementation | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.depositStorage = exports.list = exports.buy = void 0; | ||
const near_api_js_1 = require("near-api-js"); | ||
const constants_1 = require("./constants"); | ||
const constants_1 = require("../constants"); | ||
const buy = (args) => { | ||
@@ -11,4 +12,7 @@ const { nftContractId, tokenId, referrerId, marketAddress, price } = args; | ||
args: { | ||
// eslint-disable-next-line @typescript-eslint/camelcase | ||
nft_contract_id: nftContractId, | ||
// eslint-disable-next-line @typescript-eslint/camelcase | ||
token_id: tokenId, | ||
// eslint-disable-next-line @typescript-eslint/camelcase | ||
referrer_id: referrerId, | ||
@@ -27,3 +31,5 @@ }, | ||
args: { | ||
// eslint-disable-next-line @typescript-eslint/camelcase | ||
token_id: tokenId, | ||
// eslint-disable-next-line @typescript-eslint/camelcase | ||
account_id: approvedAccountId, | ||
@@ -30,0 +36,0 @@ msg: JSON.stringify({ |
@@ -1,12 +0,5 @@ | ||
import { TransactionArgs } from '../calls'; | ||
import { TransferArgs, BurnArgs, DeployTokenContractArgs, TransferTokenContractOwnership, MintArgs, AddRemoveMinterArgs, BatchChangeMinters, RevokeAccountArgs } from './token.types'; | ||
export declare const transfer: ({ nftContractId, transfers }: TransferArgs) => TransactionArgs; | ||
export declare const burn: (args: BurnArgs) => TransactionArgs; | ||
export declare const deployContract: (args: DeployTokenContractArgs) => TransactionArgs; | ||
export declare const transferContractOwnership: (args: TransferTokenContractOwnership) => TransactionArgs; | ||
export declare const mint: (args: MintArgs) => TransactionArgs; | ||
import { TransactionArgs, TransactionAttachments } from '../execute'; | ||
import { MintArgs, RevokeAccountArgs } from './token.types'; | ||
export declare const mint: (args: MintArgs) => TransactionArgs & TransactionAttachments; | ||
export declare const mintMore: () => void; | ||
export declare const addMinter: (args: AddRemoveMinterArgs) => TransactionArgs; | ||
export declare const removeMinter: (args: AddRemoveMinterArgs) => TransactionArgs; | ||
export declare const batchChangeMinters: (args: BatchChangeMinters) => TransactionArgs; | ||
export declare const revoke: (args: RevokeAccountArgs) => TransactionArgs; | ||
export declare const revoke: (args: RevokeAccountArgs) => TransactionArgs & TransactionAttachments; |
"use strict"; | ||
// Mintbase token contract JS implementation | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.revoke = exports.batchChangeMinters = exports.removeMinter = exports.addMinter = exports.mintMore = exports.mint = exports.transferContractOwnership = exports.deployContract = exports.burn = exports.transfer = void 0; | ||
const constants_1 = require("./constants"); | ||
const transfer = ({ nftContractId, transfers }) => { | ||
if (transfers.length > 1) { | ||
const ids = transfers.map((transferElm) => { | ||
return [transferElm.receiverId, transferElm.tokenId]; | ||
}); | ||
return { | ||
contractAddress: nftContractId, | ||
methodName: constants_1.TOKEN_METHOD_NAMES.BATCH_TRANSFER, | ||
args: { | ||
token_ids: ids, | ||
}, | ||
}; | ||
} | ||
else { | ||
const { receiverId, tokenId } = transfers.pop(); | ||
return { | ||
contractAddress: nftContractId, | ||
methodName: constants_1.TOKEN_METHOD_NAMES.TRANSFER, | ||
args: { | ||
receiver_id: receiverId, | ||
token_id: tokenId, | ||
}, | ||
}; | ||
} | ||
}; | ||
exports.transfer = transfer; | ||
const burn = (args) => { | ||
const { nftContractId, tokenIds } = args; | ||
return { | ||
contractAddress: nftContractId, | ||
methodName: constants_1.TOKEN_METHOD_NAMES.BATCH_BURN, | ||
args: { | ||
token_ids: tokenIds, | ||
}, | ||
}; | ||
}; | ||
exports.burn = burn; | ||
const deployContract = (args) => { | ||
const { name, factoryContractId, network = constants_1.Network.TESTNET, ownerId, metadata, } = args; | ||
const { symbol, icon, baseUri, reference, referenceHash } = metadata; | ||
const data = { | ||
owner_id: ownerId, | ||
metadata: { | ||
spec: 'nft-1.0.0', | ||
name: name.replace(/[^a-z0-9]+/gim, '').toLowerCase(), | ||
symbol: symbol.replace(/[^a-z0-9]+/gim, '').toLowerCase(), | ||
icon: icon !== null && icon !== void 0 ? icon : constants_1.DEFAULT_MB_LOGO, | ||
base_uri: baseUri !== null && baseUri !== void 0 ? baseUri : null, | ||
reference: reference !== null && reference !== void 0 ? reference : null, | ||
reference_hash: referenceHash !== null && referenceHash !== void 0 ? referenceHash : null, | ||
}, | ||
}; | ||
return { | ||
contractAddress: factoryContractId || constants_1.MB_TOKEN_FACTORY_ADDRESS, | ||
methodName: constants_1.TOKEN_METHOD_NAMES.DEPLOY_TOKEN_CONTRACT, | ||
args: data, | ||
}; | ||
}; | ||
exports.deployContract = deployContract; | ||
const transferContractOwnership = (args) => { | ||
const { nftContractId, nextOwner, options } = args; | ||
const { keepMinters = true } = options; | ||
return { | ||
contractAddress: nftContractId, | ||
args: { | ||
new_owner: nextOwner, | ||
keep_old_minters: keepMinters, | ||
}, | ||
methodName: constants_1.TOKEN_METHOD_NAMES.TRANSFER_TOKEN_CONTRACT_OWNERSHIP, | ||
}; | ||
}; | ||
exports.transferContractOwnership = transferContractOwnership; | ||
exports.revoke = exports.mintMore = exports.mint = void 0; | ||
const constants_1 = require("../constants"); | ||
const mint = (args) => { | ||
const { nftContractId, options } = args; | ||
const { nftContractId } = args; | ||
return { | ||
@@ -83,5 +12,8 @@ contractAddress: nftContractId, | ||
methodName: constants_1.TOKEN_METHOD_NAMES.MINT, | ||
gas: constants_1.GAS_CONSTANTS.DEFAULT_GAS, | ||
deposit: constants_1.DEPOSIT_CONSTANTS.ONE_YOCTO, | ||
}; | ||
}; | ||
exports.mint = mint; | ||
// TODO: do we want this method? How can we reuse `mint` instead of having an extra method | ||
const mintMore = () => { | ||
@@ -91,36 +23,2 @@ return; | ||
exports.mintMore = mintMore; | ||
const addMinter = (args) => { | ||
const { minterId, nftContractId } = args; | ||
return { | ||
contractAddress: nftContractId, | ||
args: { | ||
account_id: minterId, | ||
}, | ||
methodName: constants_1.TOKEN_METHOD_NAMES.ADD_MINTER, | ||
}; | ||
}; | ||
exports.addMinter = addMinter; | ||
const removeMinter = (args) => { | ||
const { minterId, nftContractId } = args; | ||
return { | ||
contractAddress: nftContractId, | ||
args: { | ||
account_id: minterId, | ||
}, | ||
methodName: constants_1.TOKEN_METHOD_NAMES.REMOVE_MINTER, | ||
}; | ||
}; | ||
exports.removeMinter = removeMinter; | ||
const batchChangeMinters = (args) => { | ||
const { addMinters, removeMinters, nftContractId } = args; | ||
return { | ||
contractAddress: nftContractId, | ||
args: { | ||
grant: addMinters.length > 0 ? addMinters : undefined, | ||
revoke: removeMinters.length > 0 ? removeMinters : undefined, | ||
}, | ||
methodName: constants_1.TOKEN_METHOD_NAMES.BATCH_CHANGE_MINTERS, | ||
}; | ||
}; | ||
exports.batchChangeMinters = batchChangeMinters; | ||
const revoke = (args) => { | ||
@@ -132,6 +30,10 @@ const { nftContractId, tokenId, accountToRevokeId } = args; | ||
args: { | ||
// eslint-disable-next-line @typescript-eslint/camelcase | ||
token_id: tokenId, | ||
// eslint-disable-next-line @typescript-eslint/camelcase | ||
account_id: accountToRevokeId, | ||
}, | ||
methodName: constants_1.TOKEN_METHOD_NAMES.TOKEN_ACCOUNT_REVOKE, | ||
gas: constants_1.GAS_CONSTANTS.DEFAULT_GAS, | ||
deposit: constants_1.DEPOSIT_CONSTANTS.ONE_YOCTO, | ||
}; | ||
@@ -143,5 +45,8 @@ } | ||
args: { | ||
// eslint-disable-next-line @typescript-eslint/camelcase | ||
token_id: tokenId, | ||
}, | ||
methodName: constants_1.TOKEN_METHOD_NAMES.TOKEN_ACCOUNT_REVOKE_ALL, | ||
gas: constants_1.GAS_CONSTANTS.DEFAULT_GAS, | ||
deposit: constants_1.DEPOSIT_CONSTANTS.ONE_YOCTO, | ||
}; | ||
@@ -148,0 +53,0 @@ } |
@@ -6,32 +6,2 @@ export declare type AccountId = string; | ||
}; | ||
export declare type TransferArgs = TokenArgs & { | ||
nftContractId: AccountId; | ||
transfers: { | ||
receiverId: AccountId; | ||
tokenId: TokenId; | ||
}[]; | ||
}; | ||
export declare type BurnArgs = { | ||
nftContractId: AccountId; | ||
tokenIds: TokenId[]; | ||
}; | ||
export declare type DeployTokenContractArgs = TokenArgs & { | ||
name: string; | ||
factoryContractId?: AccountId; | ||
ownerId: AccountId; | ||
metadata: { | ||
symbol: string; | ||
icon?: string; | ||
baseUri?: string; | ||
reference?: string; | ||
referenceHash?: string; | ||
}; | ||
}; | ||
export declare type TransferTokenContractOwnership = TokenArgs & { | ||
nftContractId: AccountId; | ||
nextOwner: AccountId; | ||
options?: { | ||
keepMinters: boolean; | ||
}; | ||
}; | ||
export declare type Splits = Record<AccountId, number>; | ||
@@ -53,11 +23,2 @@ export declare type MintArgs = TokenArgs & { | ||
}; | ||
export declare type AddRemoveMinterArgs = TokenArgs & { | ||
minterId: AccountId; | ||
nftContractId: AccountId; | ||
}; | ||
export declare type BatchChangeMinters = TokenArgs & { | ||
addMinters: AccountId[]; | ||
removeMinters: AccountId[]; | ||
nftContractId: AccountId; | ||
}; | ||
export declare type RevokeAccountArgs = TokenArgs & { | ||
@@ -64,0 +25,0 @@ nftContractId: AccountId; |
{ | ||
"name": "@mintbase-js/sdk", | ||
"version": "0.0.3-rc", | ||
"version": "0.0.4-add-deploycontract-export.0", | ||
"description": "Core functions for Mintbase JS SDK", | ||
@@ -25,3 +25,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "0744c62a02e4bee86d78cfa9e9999fdccf51bef6" | ||
"gitHead": "66a5d9adcb9375b4882593e6c7174e8a11252a9c" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
48
0
113
51111
737
3