dsd-constants-lib
Advanced tools
Comparing version 3.5.12 to 3.5.13
@@ -244,2 +244,10 @@ /** | ||
static get smartStatuses() { | ||
return { | ||
StatusProposalWritten: { name: "Proposal was written. But relation is not established. Check opposite proposal", id: 201 }, | ||
StatusRelationEstablished: { name: "Proposal was written. Relation was established on the blockchain", id: 202 }, | ||
StatusProposalRejected: { name: "Proposal was not written on the blockchain", id: 401 }, | ||
}; | ||
} | ||
static get transferStatuses() { | ||
@@ -246,0 +254,0 @@ return { |
@@ -294,9 +294,9 @@ /** | ||
{name: "fundZFeeForContractMethod", params: [ "A_funderId", "S_funderCredentials", ["S_fundingPubK", null], ["IC_contractId", 0], ["S_contractMethodName", null] ], returns: "O_zfeeFunding"}, | ||
{name: "unfundZFeeForContractMethod", params: [ "A_funderId", "S_funderCredentials", ["S_fundingPubK", null], ["IC_contractId", 0], ["S_contractMethodName", null] ], returns: "O_offerFunding"}, | ||
{name: "fundZFeeForContractMethod", params: [ "A_funderId", "S_funderCredentials", "S_fundingPubK", ["IC_contractId", 0], ["S_contractMethodName", null] ], returns: "O_zfeeFunding"}, | ||
{name: "unfundZFeeForContractMethod", params: [ "A_funderId", "S_funderCredentials", "S_fundingPubK", ["IC_contractId", 0], ["S_contractMethodName", null] ], returns: "O_offerFunding"}, | ||
{name: "fundSellerToAcceptBuyOffer", params: [ "A_funderId", "S_funderCredentials", "S_fundingPubK", "IC_licenseTypeCode", "I_forBuyOfferId" ], returns: "B_isOk"}, | ||
{name: "fundBuyerToAcceptSellOffer", params: [ "A_funderId", "S_funderCredentials", "S_fundingPubK", "IC_licenseTypeCode", "I_forSellOfferId" ], returns: "B_isOk"}, | ||
{name: "unfundSellerToAcceptBuyOffer", params: [ "A_funderId", "S_funderCredentials", ["S_fundingPubK", null], ["IC_licenseTypeCode", 0], ["I_forBuyOfferId", 0] ], returns: "B_isOk"}, | ||
{name: "unfundBuyerToAcceptSellOffer", params: [ "A_funderId", "S_funderCredentials", ["S_fundingPubK", null], ["IC_licenseTypeCode", 0], ["I_forSellOfferId", 0] ], returns: "B_isOk"}, | ||
{name: "unfundSellerToAcceptBuyOffer", params: [ "A_funderId", "S_funderCredentials", ["S_fundingPubK", null], "IC_licenseTypeCode", "I_forBuyOfferId" ], returns: "B_isOk"}, | ||
{name: "unfundBuyerToAcceptSellOffer", params: [ "A_funderId", "S_funderCredentials", ["S_fundingPubK", null], "IC_licenseTypeCode", "I_forSellOfferId" ], returns: "B_isOk"}, | ||
@@ -303,0 +303,0 @@ {name: "offerSellCommonLicense", params: ["IC_licenseTypeCode", "A_sellerId", "S_sellerCredentials", "A_buyerId", "I_dabId", "I_minLeosPrice", ["SC_termSheetTemplate", "licenseUnrestrictedTerms"], ["O_terms", null]], returns: "IC_tradeStatusCode"}, |
{ | ||
"name": "dsd-constants-lib", | ||
"version": "3.5.12", | ||
"version": "3.5.13", | ||
"dependencies": {}, | ||
@@ -5,0 +5,0 @@ "scripts": { |
100455
1193