cooptypes 0.5.4 → 0.5.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +89 -89
- package/dist/index.d.cts +7 -92
- package/dist/index.d.mts +7 -92
- package/dist/index.d.ts +7 -92
- package/dist/index.mjs +89 -89
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -796,11 +796,11 @@ const decision = {
|
|
|
796
796
|
|
|
797
797
|
const index$j = {
|
|
798
798
|
__proto__: null,
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
799
|
+
Act: act,
|
|
800
|
+
Batch: batch,
|
|
801
|
+
Decision: decision,
|
|
802
|
+
Draft: draft,
|
|
803
|
+
Statement: statement
|
|
804
804
|
};
|
|
805
805
|
|
|
806
806
|
const authorizations$1p = [{ permissions: [active], actor: _chairman }];
|
|
@@ -832,9 +832,9 @@ const editAddress = {
|
|
|
832
832
|
|
|
833
833
|
const index$i = {
|
|
834
834
|
__proto__: null,
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
835
|
+
CreateAddress: createAddress,
|
|
836
|
+
DeleteAddress: deleteAddress,
|
|
837
|
+
EditAddress: editAddress
|
|
838
838
|
};
|
|
839
839
|
|
|
840
840
|
const authorizations$1m = [
|
|
@@ -915,12 +915,12 @@ const subProgramBalance = {
|
|
|
915
915
|
|
|
916
916
|
const index$h = {
|
|
917
917
|
__proto__: null,
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
918
|
+
AddBalance: addBalance,
|
|
919
|
+
AddProgramBalance: addProgramBalance,
|
|
920
|
+
BlockBalance: blockBalance,
|
|
921
|
+
SubBalance: subBalance,
|
|
922
|
+
SubProgramBalance: subProgramBalance,
|
|
923
|
+
UnblockBalance: unblockBalance
|
|
924
924
|
};
|
|
925
925
|
|
|
926
926
|
const authorizations$1g = [
|
|
@@ -1108,19 +1108,19 @@ const disautomate = {
|
|
|
1108
1108
|
|
|
1109
1109
|
const index$f = {
|
|
1110
1110
|
__proto__: null,
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1111
|
+
Authorize: authorize$1,
|
|
1112
|
+
Automate: automate,
|
|
1113
|
+
CancelVote: cancelVote,
|
|
1114
|
+
Disautomate: disautomate,
|
|
1115
|
+
Exec: exec$1,
|
|
1116
|
+
FundWithdrawDecision: fundWithdrawDecision,
|
|
1117
|
+
JoinCoopDecision: joinCoopDecision,
|
|
1118
|
+
MarketDecision: marketDecision,
|
|
1119
|
+
ProductRecieved: productRecieved,
|
|
1120
|
+
Validate: validate,
|
|
1121
|
+
VoteAgainst: voteAgainst,
|
|
1122
|
+
VoteFor: voteFor,
|
|
1123
|
+
WithdrawDecision: withdrawDecision
|
|
1124
1124
|
};
|
|
1125
1125
|
|
|
1126
1126
|
const authorizations$10 = [{ permissions: [active], actor: _chairman }];
|
|
@@ -1468,25 +1468,25 @@ const updateRequest = {
|
|
|
1468
1468
|
|
|
1469
1469
|
const index$a = {
|
|
1470
1470
|
__proto__: null,
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1471
|
+
AcceptRequest: acceptRequest,
|
|
1472
|
+
Authorize: authorize,
|
|
1473
|
+
CancelRequest: cancelRequest,
|
|
1474
|
+
CompleteRequest: completeRequest,
|
|
1475
|
+
ConfirmRecieve: confirmRecieve,
|
|
1476
|
+
ConfirmSupply: confirmSupply,
|
|
1477
|
+
CreateOffer: createOffer,
|
|
1478
|
+
CreateOrder: createOrder,
|
|
1479
|
+
DeclineRequest: declineRequest,
|
|
1480
|
+
DeliverOnRequest: deliverOnRequest,
|
|
1481
|
+
ModerateRequest: moderateRequest,
|
|
1482
|
+
NewRequestId: newRequestId,
|
|
1483
|
+
OpenDispute: openDispute,
|
|
1484
|
+
ProhibitRequest: prohibitRequest,
|
|
1485
|
+
PublishRequest: publishRequest,
|
|
1486
|
+
RecieveOnRequest: recieveOnRequest,
|
|
1487
|
+
SupplyOnRequest: supplyOnRequest,
|
|
1488
|
+
UnpublishRequest: unpublishRequest,
|
|
1489
|
+
UpdateRequests: updateRequest
|
|
1490
1490
|
};
|
|
1491
1491
|
|
|
1492
1492
|
const tableName$g = "exchange";
|
|
@@ -1573,12 +1573,12 @@ const invalidateAccount = {
|
|
|
1573
1573
|
|
|
1574
1574
|
const index$7 = {
|
|
1575
1575
|
__proto__: null,
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1576
|
+
ApproveProposal: approveProposal,
|
|
1577
|
+
CancelProposal: cancelProposal,
|
|
1578
|
+
ExecProposal: execProposal,
|
|
1579
|
+
InvalidateProposal: invalidateAccount,
|
|
1580
|
+
ProposeTransaction: proposeTransaction,
|
|
1581
|
+
UnapproveProposal: unapproveProposal
|
|
1582
1582
|
};
|
|
1583
1583
|
|
|
1584
1584
|
const tableName$f = "approvals";
|
|
@@ -2004,43 +2004,43 @@ const cancelDelay = {
|
|
|
2004
2004
|
|
|
2005
2005
|
const index$2 = {
|
|
2006
2006
|
__proto__: null,
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2007
|
+
ActivateFeature: activateFeature,
|
|
2008
|
+
BidName: bidName,
|
|
2009
|
+
BidNameRefund: bidNameRefund,
|
|
2010
|
+
BuyRAM: buyRAM,
|
|
2011
|
+
BuyRAMBytes: buyRAMBytes,
|
|
2012
|
+
CancelDelay: cancelDelay,
|
|
2013
|
+
ClaimRewards: claimRewards,
|
|
2014
|
+
DelegateBW: delegateBW,
|
|
2015
|
+
DeleteAuth: deleteAuth,
|
|
2016
|
+
ExecPowerup: execPowerup,
|
|
2017
|
+
Init: init,
|
|
2018
|
+
InitEmission: initEmission,
|
|
2019
|
+
InitPowerup: initPowerup,
|
|
2020
|
+
LinkAuth: linkAuth,
|
|
2021
|
+
NewAccount: newAccount,
|
|
2022
|
+
Powerup: powerup,
|
|
2023
|
+
Refund: refund,
|
|
2024
|
+
RegisterProducer: registerProducer,
|
|
2025
|
+
RegisterProducer2: registerProducer2,
|
|
2026
|
+
RegisterProxy: registerProxy,
|
|
2027
|
+
RemoveProducer: removeProducer,
|
|
2028
|
+
SetAbi: setAbi,
|
|
2029
|
+
SetAccountLimits: setAccountLimits,
|
|
2030
|
+
SetCPULimits: setCPULimits,
|
|
2031
|
+
SetCode: setCode,
|
|
2032
|
+
SetNETLimits: setNETLimits,
|
|
2033
|
+
SetParams: setParams,
|
|
2034
|
+
SetPrivileged: setPrivileged,
|
|
2035
|
+
SetRAMLimits: setRAMLimits,
|
|
2036
|
+
SetTotalRAM: setTotalRAM,
|
|
2037
|
+
SetTotalRAMRate: setTotalRAMRate,
|
|
2038
|
+
UndelegateBW: undelegateBW,
|
|
2039
|
+
UnregisterProducer: unregisterProducer,
|
|
2040
|
+
UpdateAuth: updateAuth,
|
|
2041
|
+
UpdateRevision: updateRevision,
|
|
2042
|
+
VoteForProducer: voteForProducer,
|
|
2043
|
+
VoteUpdate: voteUpdate
|
|
2044
2044
|
};
|
|
2045
2045
|
|
|
2046
2046
|
const tableName$b = "bidrefunds";
|
package/dist/index.d.cts
CHANGED
|
@@ -2524,13 +2524,8 @@ declare namespace decision {
|
|
|
2524
2524
|
* @private
|
|
2525
2525
|
*/
|
|
2526
2526
|
|
|
2527
|
-
declare const index$j_act: typeof act;
|
|
2528
|
-
declare const index$j_batch: typeof batch;
|
|
2529
|
-
declare const index$j_decision: typeof decision;
|
|
2530
|
-
declare const index$j_draft: typeof draft;
|
|
2531
|
-
declare const index$j_statement: typeof statement;
|
|
2532
2527
|
declare namespace index$j {
|
|
2533
|
-
export {
|
|
2528
|
+
export { act as Act, batch as Batch, decision as Decision, draft as Draft, statement as Statement };
|
|
2534
2529
|
}
|
|
2535
2530
|
|
|
2536
2531
|
/**
|
|
@@ -2603,11 +2598,8 @@ declare namespace editAddress {
|
|
|
2603
2598
|
* Действие создаёт новый адрес.
|
|
2604
2599
|
*/
|
|
2605
2600
|
|
|
2606
|
-
declare const index$i_createAddress: typeof createAddress;
|
|
2607
|
-
declare const index$i_deleteAddress: typeof deleteAddress;
|
|
2608
|
-
declare const index$i_editAddress: typeof editAddress;
|
|
2609
2601
|
declare namespace index$i {
|
|
2610
|
-
export {
|
|
2602
|
+
export { createAddress as CreateAddress, deleteAddress as DeleteAddress, editAddress as EditAddress };
|
|
2611
2603
|
}
|
|
2612
2604
|
|
|
2613
2605
|
/**
|
|
@@ -2831,14 +2823,8 @@ declare namespace subProgramBalance {
|
|
|
2831
2823
|
* @private
|
|
2832
2824
|
*/
|
|
2833
2825
|
|
|
2834
|
-
declare const index$h_addBalance: typeof addBalance;
|
|
2835
|
-
declare const index$h_addProgramBalance: typeof addProgramBalance;
|
|
2836
|
-
declare const index$h_blockBalance: typeof blockBalance;
|
|
2837
|
-
declare const index$h_subBalance: typeof subBalance;
|
|
2838
|
-
declare const index$h_subProgramBalance: typeof subProgramBalance;
|
|
2839
|
-
declare const index$h_unblockBalance: typeof unblockBalance;
|
|
2840
2826
|
declare namespace index$h {
|
|
2841
|
-
export {
|
|
2827
|
+
export { addBalance as AddBalance, addProgramBalance as AddProgramBalance, blockBalance as BlockBalance, subBalance as SubBalance, subProgramBalance as SubProgramBalance, unblockBalance as UnblockBalance };
|
|
2842
2828
|
}
|
|
2843
2829
|
|
|
2844
2830
|
/**
|
|
@@ -3229,19 +3215,8 @@ declare namespace disautomate {
|
|
|
3229
3215
|
* Принимает голос "ПРОТИВ" от члена совета по повестке собрания.
|
|
3230
3216
|
*/
|
|
3231
3217
|
|
|
3232
|
-
declare const index$f_automate: typeof automate;
|
|
3233
|
-
declare const index$f_cancelVote: typeof cancelVote;
|
|
3234
|
-
declare const index$f_disautomate: typeof disautomate;
|
|
3235
|
-
declare const index$f_fundWithdrawDecision: typeof fundWithdrawDecision;
|
|
3236
|
-
declare const index$f_joinCoopDecision: typeof joinCoopDecision;
|
|
3237
|
-
declare const index$f_marketDecision: typeof marketDecision;
|
|
3238
|
-
declare const index$f_productRecieved: typeof productRecieved;
|
|
3239
|
-
declare const index$f_validate: typeof validate;
|
|
3240
|
-
declare const index$f_voteAgainst: typeof voteAgainst;
|
|
3241
|
-
declare const index$f_voteFor: typeof voteFor;
|
|
3242
|
-
declare const index$f_withdrawDecision: typeof withdrawDecision;
|
|
3243
3218
|
declare namespace index$f {
|
|
3244
|
-
export { authorize$1 as
|
|
3219
|
+
export { authorize$1 as Authorize, automate as Automate, cancelVote as CancelVote, disautomate as Disautomate, exec$1 as Exec, fundWithdrawDecision as FundWithdrawDecision, joinCoopDecision as JoinCoopDecision, marketDecision as MarketDecision, productRecieved as ProductRecieved, validate as Validate, voteAgainst as VoteAgainst, voteFor as VoteFor, withdrawDecision as WithdrawDecision };
|
|
3245
3220
|
}
|
|
3246
3221
|
|
|
3247
3222
|
declare const authorizations$10: readonly [{
|
|
@@ -4181,26 +4156,8 @@ declare namespace updateRequest {
|
|
|
4181
4156
|
* Действие для подтверждения готовности выполнить поставку по входящей заявке.
|
|
4182
4157
|
*/
|
|
4183
4158
|
|
|
4184
|
-
declare const index$a_acceptRequest: typeof acceptRequest;
|
|
4185
|
-
declare const index$a_authorize: typeof authorize;
|
|
4186
|
-
declare const index$a_cancelRequest: typeof cancelRequest;
|
|
4187
|
-
declare const index$a_completeRequest: typeof completeRequest;
|
|
4188
|
-
declare const index$a_confirmRecieve: typeof confirmRecieve;
|
|
4189
|
-
declare const index$a_confirmSupply: typeof confirmSupply;
|
|
4190
|
-
declare const index$a_createOffer: typeof createOffer;
|
|
4191
|
-
declare const index$a_createOrder: typeof createOrder;
|
|
4192
|
-
declare const index$a_declineRequest: typeof declineRequest;
|
|
4193
|
-
declare const index$a_deliverOnRequest: typeof deliverOnRequest;
|
|
4194
|
-
declare const index$a_moderateRequest: typeof moderateRequest;
|
|
4195
|
-
declare const index$a_newRequestId: typeof newRequestId;
|
|
4196
|
-
declare const index$a_openDispute: typeof openDispute;
|
|
4197
|
-
declare const index$a_prohibitRequest: typeof prohibitRequest;
|
|
4198
|
-
declare const index$a_publishRequest: typeof publishRequest;
|
|
4199
|
-
declare const index$a_recieveOnRequest: typeof recieveOnRequest;
|
|
4200
|
-
declare const index$a_supplyOnRequest: typeof supplyOnRequest;
|
|
4201
|
-
declare const index$a_unpublishRequest: typeof unpublishRequest;
|
|
4202
4159
|
declare namespace index$a {
|
|
4203
|
-
export {
|
|
4160
|
+
export { acceptRequest as AcceptRequest, authorize as Authorize, cancelRequest as CancelRequest, completeRequest as CompleteRequest, confirmRecieve as ConfirmRecieve, confirmSupply as ConfirmSupply, createOffer as CreateOffer, createOrder as CreateOrder, declineRequest as DeclineRequest, deliverOnRequest as DeliverOnRequest, moderateRequest as ModerateRequest, newRequestId as NewRequestId, openDispute as OpenDispute, prohibitRequest as ProhibitRequest, publishRequest as PublishRequest, recieveOnRequest as RecieveOnRequest, supplyOnRequest as SupplyOnRequest, unpublishRequest as UnpublishRequest, updateRequest as UpdateRequests };
|
|
4204
4161
|
}
|
|
4205
4162
|
|
|
4206
4163
|
/**
|
|
@@ -4498,13 +4455,8 @@ declare namespace invalidateAccount {
|
|
|
4498
4455
|
* Если такое предложение уже существует, оно будет заменено новым.
|
|
4499
4456
|
*/
|
|
4500
4457
|
|
|
4501
|
-
declare const index$7_approveProposal: typeof approveProposal;
|
|
4502
|
-
declare const index$7_cancelProposal: typeof cancelProposal;
|
|
4503
|
-
declare const index$7_execProposal: typeof execProposal;
|
|
4504
|
-
declare const index$7_proposeTransaction: typeof proposeTransaction;
|
|
4505
|
-
declare const index$7_unapproveProposal: typeof unapproveProposal;
|
|
4506
4458
|
declare namespace index$7 {
|
|
4507
|
-
export {
|
|
4459
|
+
export { approveProposal as ApproveProposal, cancelProposal as CancelProposal, execProposal as ExecProposal, invalidateAccount as InvalidateProposal, proposeTransaction as ProposeTransaction, unapproveProposal as UnapproveProposal };
|
|
4508
4460
|
}
|
|
4509
4461
|
|
|
4510
4462
|
/**
|
|
@@ -5940,45 +5892,8 @@ declare namespace cancelDelay {
|
|
|
5940
5892
|
* Действие инициализирует системный контракт после установки.
|
|
5941
5893
|
*/
|
|
5942
5894
|
|
|
5943
|
-
declare const index$2_activateFeature: typeof activateFeature;
|
|
5944
|
-
declare const index$2_bidName: typeof bidName;
|
|
5945
|
-
declare const index$2_bidNameRefund: typeof bidNameRefund;
|
|
5946
|
-
declare const index$2_buyRAM: typeof buyRAM;
|
|
5947
|
-
declare const index$2_buyRAMBytes: typeof buyRAMBytes;
|
|
5948
|
-
declare const index$2_cancelDelay: typeof cancelDelay;
|
|
5949
|
-
declare const index$2_claimRewards: typeof claimRewards;
|
|
5950
|
-
declare const index$2_delegateBW: typeof delegateBW;
|
|
5951
|
-
declare const index$2_deleteAuth: typeof deleteAuth;
|
|
5952
|
-
declare const index$2_execPowerup: typeof execPowerup;
|
|
5953
|
-
declare const index$2_init: typeof init;
|
|
5954
|
-
declare const index$2_initEmission: typeof initEmission;
|
|
5955
|
-
declare const index$2_initPowerup: typeof initPowerup;
|
|
5956
|
-
declare const index$2_linkAuth: typeof linkAuth;
|
|
5957
|
-
declare const index$2_newAccount: typeof newAccount;
|
|
5958
|
-
declare const index$2_powerup: typeof powerup;
|
|
5959
|
-
declare const index$2_refund: typeof refund;
|
|
5960
|
-
declare const index$2_registerProducer: typeof registerProducer;
|
|
5961
|
-
declare const index$2_registerProducer2: typeof registerProducer2;
|
|
5962
|
-
declare const index$2_registerProxy: typeof registerProxy;
|
|
5963
|
-
declare const index$2_removeProducer: typeof removeProducer;
|
|
5964
|
-
declare const index$2_setAbi: typeof setAbi;
|
|
5965
|
-
declare const index$2_setAccountLimits: typeof setAccountLimits;
|
|
5966
|
-
declare const index$2_setCPULimits: typeof setCPULimits;
|
|
5967
|
-
declare const index$2_setCode: typeof setCode;
|
|
5968
|
-
declare const index$2_setNETLimits: typeof setNETLimits;
|
|
5969
|
-
declare const index$2_setParams: typeof setParams;
|
|
5970
|
-
declare const index$2_setPrivileged: typeof setPrivileged;
|
|
5971
|
-
declare const index$2_setRAMLimits: typeof setRAMLimits;
|
|
5972
|
-
declare const index$2_setTotalRAM: typeof setTotalRAM;
|
|
5973
|
-
declare const index$2_setTotalRAMRate: typeof setTotalRAMRate;
|
|
5974
|
-
declare const index$2_undelegateBW: typeof undelegateBW;
|
|
5975
|
-
declare const index$2_unregisterProducer: typeof unregisterProducer;
|
|
5976
|
-
declare const index$2_updateAuth: typeof updateAuth;
|
|
5977
|
-
declare const index$2_updateRevision: typeof updateRevision;
|
|
5978
|
-
declare const index$2_voteForProducer: typeof voteForProducer;
|
|
5979
|
-
declare const index$2_voteUpdate: typeof voteUpdate;
|
|
5980
5895
|
declare namespace index$2 {
|
|
5981
|
-
export {
|
|
5896
|
+
export { activateFeature as ActivateFeature, bidName as BidName, bidNameRefund as BidNameRefund, buyRAM as BuyRAM, buyRAMBytes as BuyRAMBytes, cancelDelay as CancelDelay, claimRewards as ClaimRewards, delegateBW as DelegateBW, deleteAuth as DeleteAuth, execPowerup as ExecPowerup, init as Init, initEmission as InitEmission, initPowerup as InitPowerup, linkAuth as LinkAuth, newAccount as NewAccount, powerup as Powerup, refund as Refund, registerProducer as RegisterProducer, registerProducer2 as RegisterProducer2, registerProxy as RegisterProxy, removeProducer as RemoveProducer, setAbi as SetAbi, setAccountLimits as SetAccountLimits, setCPULimits as SetCPULimits, setCode as SetCode, setNETLimits as SetNETLimits, setParams as SetParams, setPrivileged as SetPrivileged, setRAMLimits as SetRAMLimits, setTotalRAM as SetTotalRAM, setTotalRAMRate as SetTotalRAMRate, undelegateBW as UndelegateBW, unregisterProducer as UnregisterProducer, updateAuth as UpdateAuth, updateRevision as UpdateRevision, voteForProducer as VoteForProducer, voteUpdate as VoteUpdate };
|
|
5982
5897
|
}
|
|
5983
5898
|
|
|
5984
5899
|
/**
|
package/dist/index.d.mts
CHANGED
|
@@ -2524,13 +2524,8 @@ declare namespace decision {
|
|
|
2524
2524
|
* @private
|
|
2525
2525
|
*/
|
|
2526
2526
|
|
|
2527
|
-
declare const index$j_act: typeof act;
|
|
2528
|
-
declare const index$j_batch: typeof batch;
|
|
2529
|
-
declare const index$j_decision: typeof decision;
|
|
2530
|
-
declare const index$j_draft: typeof draft;
|
|
2531
|
-
declare const index$j_statement: typeof statement;
|
|
2532
2527
|
declare namespace index$j {
|
|
2533
|
-
export {
|
|
2528
|
+
export { act as Act, batch as Batch, decision as Decision, draft as Draft, statement as Statement };
|
|
2534
2529
|
}
|
|
2535
2530
|
|
|
2536
2531
|
/**
|
|
@@ -2603,11 +2598,8 @@ declare namespace editAddress {
|
|
|
2603
2598
|
* Действие создаёт новый адрес.
|
|
2604
2599
|
*/
|
|
2605
2600
|
|
|
2606
|
-
declare const index$i_createAddress: typeof createAddress;
|
|
2607
|
-
declare const index$i_deleteAddress: typeof deleteAddress;
|
|
2608
|
-
declare const index$i_editAddress: typeof editAddress;
|
|
2609
2601
|
declare namespace index$i {
|
|
2610
|
-
export {
|
|
2602
|
+
export { createAddress as CreateAddress, deleteAddress as DeleteAddress, editAddress as EditAddress };
|
|
2611
2603
|
}
|
|
2612
2604
|
|
|
2613
2605
|
/**
|
|
@@ -2831,14 +2823,8 @@ declare namespace subProgramBalance {
|
|
|
2831
2823
|
* @private
|
|
2832
2824
|
*/
|
|
2833
2825
|
|
|
2834
|
-
declare const index$h_addBalance: typeof addBalance;
|
|
2835
|
-
declare const index$h_addProgramBalance: typeof addProgramBalance;
|
|
2836
|
-
declare const index$h_blockBalance: typeof blockBalance;
|
|
2837
|
-
declare const index$h_subBalance: typeof subBalance;
|
|
2838
|
-
declare const index$h_subProgramBalance: typeof subProgramBalance;
|
|
2839
|
-
declare const index$h_unblockBalance: typeof unblockBalance;
|
|
2840
2826
|
declare namespace index$h {
|
|
2841
|
-
export {
|
|
2827
|
+
export { addBalance as AddBalance, addProgramBalance as AddProgramBalance, blockBalance as BlockBalance, subBalance as SubBalance, subProgramBalance as SubProgramBalance, unblockBalance as UnblockBalance };
|
|
2842
2828
|
}
|
|
2843
2829
|
|
|
2844
2830
|
/**
|
|
@@ -3229,19 +3215,8 @@ declare namespace disautomate {
|
|
|
3229
3215
|
* Принимает голос "ПРОТИВ" от члена совета по повестке собрания.
|
|
3230
3216
|
*/
|
|
3231
3217
|
|
|
3232
|
-
declare const index$f_automate: typeof automate;
|
|
3233
|
-
declare const index$f_cancelVote: typeof cancelVote;
|
|
3234
|
-
declare const index$f_disautomate: typeof disautomate;
|
|
3235
|
-
declare const index$f_fundWithdrawDecision: typeof fundWithdrawDecision;
|
|
3236
|
-
declare const index$f_joinCoopDecision: typeof joinCoopDecision;
|
|
3237
|
-
declare const index$f_marketDecision: typeof marketDecision;
|
|
3238
|
-
declare const index$f_productRecieved: typeof productRecieved;
|
|
3239
|
-
declare const index$f_validate: typeof validate;
|
|
3240
|
-
declare const index$f_voteAgainst: typeof voteAgainst;
|
|
3241
|
-
declare const index$f_voteFor: typeof voteFor;
|
|
3242
|
-
declare const index$f_withdrawDecision: typeof withdrawDecision;
|
|
3243
3218
|
declare namespace index$f {
|
|
3244
|
-
export { authorize$1 as
|
|
3219
|
+
export { authorize$1 as Authorize, automate as Automate, cancelVote as CancelVote, disautomate as Disautomate, exec$1 as Exec, fundWithdrawDecision as FundWithdrawDecision, joinCoopDecision as JoinCoopDecision, marketDecision as MarketDecision, productRecieved as ProductRecieved, validate as Validate, voteAgainst as VoteAgainst, voteFor as VoteFor, withdrawDecision as WithdrawDecision };
|
|
3245
3220
|
}
|
|
3246
3221
|
|
|
3247
3222
|
declare const authorizations$10: readonly [{
|
|
@@ -4181,26 +4156,8 @@ declare namespace updateRequest {
|
|
|
4181
4156
|
* Действие для подтверждения готовности выполнить поставку по входящей заявке.
|
|
4182
4157
|
*/
|
|
4183
4158
|
|
|
4184
|
-
declare const index$a_acceptRequest: typeof acceptRequest;
|
|
4185
|
-
declare const index$a_authorize: typeof authorize;
|
|
4186
|
-
declare const index$a_cancelRequest: typeof cancelRequest;
|
|
4187
|
-
declare const index$a_completeRequest: typeof completeRequest;
|
|
4188
|
-
declare const index$a_confirmRecieve: typeof confirmRecieve;
|
|
4189
|
-
declare const index$a_confirmSupply: typeof confirmSupply;
|
|
4190
|
-
declare const index$a_createOffer: typeof createOffer;
|
|
4191
|
-
declare const index$a_createOrder: typeof createOrder;
|
|
4192
|
-
declare const index$a_declineRequest: typeof declineRequest;
|
|
4193
|
-
declare const index$a_deliverOnRequest: typeof deliverOnRequest;
|
|
4194
|
-
declare const index$a_moderateRequest: typeof moderateRequest;
|
|
4195
|
-
declare const index$a_newRequestId: typeof newRequestId;
|
|
4196
|
-
declare const index$a_openDispute: typeof openDispute;
|
|
4197
|
-
declare const index$a_prohibitRequest: typeof prohibitRequest;
|
|
4198
|
-
declare const index$a_publishRequest: typeof publishRequest;
|
|
4199
|
-
declare const index$a_recieveOnRequest: typeof recieveOnRequest;
|
|
4200
|
-
declare const index$a_supplyOnRequest: typeof supplyOnRequest;
|
|
4201
|
-
declare const index$a_unpublishRequest: typeof unpublishRequest;
|
|
4202
4159
|
declare namespace index$a {
|
|
4203
|
-
export {
|
|
4160
|
+
export { acceptRequest as AcceptRequest, authorize as Authorize, cancelRequest as CancelRequest, completeRequest as CompleteRequest, confirmRecieve as ConfirmRecieve, confirmSupply as ConfirmSupply, createOffer as CreateOffer, createOrder as CreateOrder, declineRequest as DeclineRequest, deliverOnRequest as DeliverOnRequest, moderateRequest as ModerateRequest, newRequestId as NewRequestId, openDispute as OpenDispute, prohibitRequest as ProhibitRequest, publishRequest as PublishRequest, recieveOnRequest as RecieveOnRequest, supplyOnRequest as SupplyOnRequest, unpublishRequest as UnpublishRequest, updateRequest as UpdateRequests };
|
|
4204
4161
|
}
|
|
4205
4162
|
|
|
4206
4163
|
/**
|
|
@@ -4498,13 +4455,8 @@ declare namespace invalidateAccount {
|
|
|
4498
4455
|
* Если такое предложение уже существует, оно будет заменено новым.
|
|
4499
4456
|
*/
|
|
4500
4457
|
|
|
4501
|
-
declare const index$7_approveProposal: typeof approveProposal;
|
|
4502
|
-
declare const index$7_cancelProposal: typeof cancelProposal;
|
|
4503
|
-
declare const index$7_execProposal: typeof execProposal;
|
|
4504
|
-
declare const index$7_proposeTransaction: typeof proposeTransaction;
|
|
4505
|
-
declare const index$7_unapproveProposal: typeof unapproveProposal;
|
|
4506
4458
|
declare namespace index$7 {
|
|
4507
|
-
export {
|
|
4459
|
+
export { approveProposal as ApproveProposal, cancelProposal as CancelProposal, execProposal as ExecProposal, invalidateAccount as InvalidateProposal, proposeTransaction as ProposeTransaction, unapproveProposal as UnapproveProposal };
|
|
4508
4460
|
}
|
|
4509
4461
|
|
|
4510
4462
|
/**
|
|
@@ -5940,45 +5892,8 @@ declare namespace cancelDelay {
|
|
|
5940
5892
|
* Действие инициализирует системный контракт после установки.
|
|
5941
5893
|
*/
|
|
5942
5894
|
|
|
5943
|
-
declare const index$2_activateFeature: typeof activateFeature;
|
|
5944
|
-
declare const index$2_bidName: typeof bidName;
|
|
5945
|
-
declare const index$2_bidNameRefund: typeof bidNameRefund;
|
|
5946
|
-
declare const index$2_buyRAM: typeof buyRAM;
|
|
5947
|
-
declare const index$2_buyRAMBytes: typeof buyRAMBytes;
|
|
5948
|
-
declare const index$2_cancelDelay: typeof cancelDelay;
|
|
5949
|
-
declare const index$2_claimRewards: typeof claimRewards;
|
|
5950
|
-
declare const index$2_delegateBW: typeof delegateBW;
|
|
5951
|
-
declare const index$2_deleteAuth: typeof deleteAuth;
|
|
5952
|
-
declare const index$2_execPowerup: typeof execPowerup;
|
|
5953
|
-
declare const index$2_init: typeof init;
|
|
5954
|
-
declare const index$2_initEmission: typeof initEmission;
|
|
5955
|
-
declare const index$2_initPowerup: typeof initPowerup;
|
|
5956
|
-
declare const index$2_linkAuth: typeof linkAuth;
|
|
5957
|
-
declare const index$2_newAccount: typeof newAccount;
|
|
5958
|
-
declare const index$2_powerup: typeof powerup;
|
|
5959
|
-
declare const index$2_refund: typeof refund;
|
|
5960
|
-
declare const index$2_registerProducer: typeof registerProducer;
|
|
5961
|
-
declare const index$2_registerProducer2: typeof registerProducer2;
|
|
5962
|
-
declare const index$2_registerProxy: typeof registerProxy;
|
|
5963
|
-
declare const index$2_removeProducer: typeof removeProducer;
|
|
5964
|
-
declare const index$2_setAbi: typeof setAbi;
|
|
5965
|
-
declare const index$2_setAccountLimits: typeof setAccountLimits;
|
|
5966
|
-
declare const index$2_setCPULimits: typeof setCPULimits;
|
|
5967
|
-
declare const index$2_setCode: typeof setCode;
|
|
5968
|
-
declare const index$2_setNETLimits: typeof setNETLimits;
|
|
5969
|
-
declare const index$2_setParams: typeof setParams;
|
|
5970
|
-
declare const index$2_setPrivileged: typeof setPrivileged;
|
|
5971
|
-
declare const index$2_setRAMLimits: typeof setRAMLimits;
|
|
5972
|
-
declare const index$2_setTotalRAM: typeof setTotalRAM;
|
|
5973
|
-
declare const index$2_setTotalRAMRate: typeof setTotalRAMRate;
|
|
5974
|
-
declare const index$2_undelegateBW: typeof undelegateBW;
|
|
5975
|
-
declare const index$2_unregisterProducer: typeof unregisterProducer;
|
|
5976
|
-
declare const index$2_updateAuth: typeof updateAuth;
|
|
5977
|
-
declare const index$2_updateRevision: typeof updateRevision;
|
|
5978
|
-
declare const index$2_voteForProducer: typeof voteForProducer;
|
|
5979
|
-
declare const index$2_voteUpdate: typeof voteUpdate;
|
|
5980
5895
|
declare namespace index$2 {
|
|
5981
|
-
export {
|
|
5896
|
+
export { activateFeature as ActivateFeature, bidName as BidName, bidNameRefund as BidNameRefund, buyRAM as BuyRAM, buyRAMBytes as BuyRAMBytes, cancelDelay as CancelDelay, claimRewards as ClaimRewards, delegateBW as DelegateBW, deleteAuth as DeleteAuth, execPowerup as ExecPowerup, init as Init, initEmission as InitEmission, initPowerup as InitPowerup, linkAuth as LinkAuth, newAccount as NewAccount, powerup as Powerup, refund as Refund, registerProducer as RegisterProducer, registerProducer2 as RegisterProducer2, registerProxy as RegisterProxy, removeProducer as RemoveProducer, setAbi as SetAbi, setAccountLimits as SetAccountLimits, setCPULimits as SetCPULimits, setCode as SetCode, setNETLimits as SetNETLimits, setParams as SetParams, setPrivileged as SetPrivileged, setRAMLimits as SetRAMLimits, setTotalRAM as SetTotalRAM, setTotalRAMRate as SetTotalRAMRate, undelegateBW as UndelegateBW, unregisterProducer as UnregisterProducer, updateAuth as UpdateAuth, updateRevision as UpdateRevision, voteForProducer as VoteForProducer, voteUpdate as VoteUpdate };
|
|
5982
5897
|
}
|
|
5983
5898
|
|
|
5984
5899
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -2524,13 +2524,8 @@ declare namespace decision {
|
|
|
2524
2524
|
* @private
|
|
2525
2525
|
*/
|
|
2526
2526
|
|
|
2527
|
-
declare const index$j_act: typeof act;
|
|
2528
|
-
declare const index$j_batch: typeof batch;
|
|
2529
|
-
declare const index$j_decision: typeof decision;
|
|
2530
|
-
declare const index$j_draft: typeof draft;
|
|
2531
|
-
declare const index$j_statement: typeof statement;
|
|
2532
2527
|
declare namespace index$j {
|
|
2533
|
-
export {
|
|
2528
|
+
export { act as Act, batch as Batch, decision as Decision, draft as Draft, statement as Statement };
|
|
2534
2529
|
}
|
|
2535
2530
|
|
|
2536
2531
|
/**
|
|
@@ -2603,11 +2598,8 @@ declare namespace editAddress {
|
|
|
2603
2598
|
* Действие создаёт новый адрес.
|
|
2604
2599
|
*/
|
|
2605
2600
|
|
|
2606
|
-
declare const index$i_createAddress: typeof createAddress;
|
|
2607
|
-
declare const index$i_deleteAddress: typeof deleteAddress;
|
|
2608
|
-
declare const index$i_editAddress: typeof editAddress;
|
|
2609
2601
|
declare namespace index$i {
|
|
2610
|
-
export {
|
|
2602
|
+
export { createAddress as CreateAddress, deleteAddress as DeleteAddress, editAddress as EditAddress };
|
|
2611
2603
|
}
|
|
2612
2604
|
|
|
2613
2605
|
/**
|
|
@@ -2831,14 +2823,8 @@ declare namespace subProgramBalance {
|
|
|
2831
2823
|
* @private
|
|
2832
2824
|
*/
|
|
2833
2825
|
|
|
2834
|
-
declare const index$h_addBalance: typeof addBalance;
|
|
2835
|
-
declare const index$h_addProgramBalance: typeof addProgramBalance;
|
|
2836
|
-
declare const index$h_blockBalance: typeof blockBalance;
|
|
2837
|
-
declare const index$h_subBalance: typeof subBalance;
|
|
2838
|
-
declare const index$h_subProgramBalance: typeof subProgramBalance;
|
|
2839
|
-
declare const index$h_unblockBalance: typeof unblockBalance;
|
|
2840
2826
|
declare namespace index$h {
|
|
2841
|
-
export {
|
|
2827
|
+
export { addBalance as AddBalance, addProgramBalance as AddProgramBalance, blockBalance as BlockBalance, subBalance as SubBalance, subProgramBalance as SubProgramBalance, unblockBalance as UnblockBalance };
|
|
2842
2828
|
}
|
|
2843
2829
|
|
|
2844
2830
|
/**
|
|
@@ -3229,19 +3215,8 @@ declare namespace disautomate {
|
|
|
3229
3215
|
* Принимает голос "ПРОТИВ" от члена совета по повестке собрания.
|
|
3230
3216
|
*/
|
|
3231
3217
|
|
|
3232
|
-
declare const index$f_automate: typeof automate;
|
|
3233
|
-
declare const index$f_cancelVote: typeof cancelVote;
|
|
3234
|
-
declare const index$f_disautomate: typeof disautomate;
|
|
3235
|
-
declare const index$f_fundWithdrawDecision: typeof fundWithdrawDecision;
|
|
3236
|
-
declare const index$f_joinCoopDecision: typeof joinCoopDecision;
|
|
3237
|
-
declare const index$f_marketDecision: typeof marketDecision;
|
|
3238
|
-
declare const index$f_productRecieved: typeof productRecieved;
|
|
3239
|
-
declare const index$f_validate: typeof validate;
|
|
3240
|
-
declare const index$f_voteAgainst: typeof voteAgainst;
|
|
3241
|
-
declare const index$f_voteFor: typeof voteFor;
|
|
3242
|
-
declare const index$f_withdrawDecision: typeof withdrawDecision;
|
|
3243
3218
|
declare namespace index$f {
|
|
3244
|
-
export { authorize$1 as
|
|
3219
|
+
export { authorize$1 as Authorize, automate as Automate, cancelVote as CancelVote, disautomate as Disautomate, exec$1 as Exec, fundWithdrawDecision as FundWithdrawDecision, joinCoopDecision as JoinCoopDecision, marketDecision as MarketDecision, productRecieved as ProductRecieved, validate as Validate, voteAgainst as VoteAgainst, voteFor as VoteFor, withdrawDecision as WithdrawDecision };
|
|
3245
3220
|
}
|
|
3246
3221
|
|
|
3247
3222
|
declare const authorizations$10: readonly [{
|
|
@@ -4181,26 +4156,8 @@ declare namespace updateRequest {
|
|
|
4181
4156
|
* Действие для подтверждения готовности выполнить поставку по входящей заявке.
|
|
4182
4157
|
*/
|
|
4183
4158
|
|
|
4184
|
-
declare const index$a_acceptRequest: typeof acceptRequest;
|
|
4185
|
-
declare const index$a_authorize: typeof authorize;
|
|
4186
|
-
declare const index$a_cancelRequest: typeof cancelRequest;
|
|
4187
|
-
declare const index$a_completeRequest: typeof completeRequest;
|
|
4188
|
-
declare const index$a_confirmRecieve: typeof confirmRecieve;
|
|
4189
|
-
declare const index$a_confirmSupply: typeof confirmSupply;
|
|
4190
|
-
declare const index$a_createOffer: typeof createOffer;
|
|
4191
|
-
declare const index$a_createOrder: typeof createOrder;
|
|
4192
|
-
declare const index$a_declineRequest: typeof declineRequest;
|
|
4193
|
-
declare const index$a_deliverOnRequest: typeof deliverOnRequest;
|
|
4194
|
-
declare const index$a_moderateRequest: typeof moderateRequest;
|
|
4195
|
-
declare const index$a_newRequestId: typeof newRequestId;
|
|
4196
|
-
declare const index$a_openDispute: typeof openDispute;
|
|
4197
|
-
declare const index$a_prohibitRequest: typeof prohibitRequest;
|
|
4198
|
-
declare const index$a_publishRequest: typeof publishRequest;
|
|
4199
|
-
declare const index$a_recieveOnRequest: typeof recieveOnRequest;
|
|
4200
|
-
declare const index$a_supplyOnRequest: typeof supplyOnRequest;
|
|
4201
|
-
declare const index$a_unpublishRequest: typeof unpublishRequest;
|
|
4202
4159
|
declare namespace index$a {
|
|
4203
|
-
export {
|
|
4160
|
+
export { acceptRequest as AcceptRequest, authorize as Authorize, cancelRequest as CancelRequest, completeRequest as CompleteRequest, confirmRecieve as ConfirmRecieve, confirmSupply as ConfirmSupply, createOffer as CreateOffer, createOrder as CreateOrder, declineRequest as DeclineRequest, deliverOnRequest as DeliverOnRequest, moderateRequest as ModerateRequest, newRequestId as NewRequestId, openDispute as OpenDispute, prohibitRequest as ProhibitRequest, publishRequest as PublishRequest, recieveOnRequest as RecieveOnRequest, supplyOnRequest as SupplyOnRequest, unpublishRequest as UnpublishRequest, updateRequest as UpdateRequests };
|
|
4204
4161
|
}
|
|
4205
4162
|
|
|
4206
4163
|
/**
|
|
@@ -4498,13 +4455,8 @@ declare namespace invalidateAccount {
|
|
|
4498
4455
|
* Если такое предложение уже существует, оно будет заменено новым.
|
|
4499
4456
|
*/
|
|
4500
4457
|
|
|
4501
|
-
declare const index$7_approveProposal: typeof approveProposal;
|
|
4502
|
-
declare const index$7_cancelProposal: typeof cancelProposal;
|
|
4503
|
-
declare const index$7_execProposal: typeof execProposal;
|
|
4504
|
-
declare const index$7_proposeTransaction: typeof proposeTransaction;
|
|
4505
|
-
declare const index$7_unapproveProposal: typeof unapproveProposal;
|
|
4506
4458
|
declare namespace index$7 {
|
|
4507
|
-
export {
|
|
4459
|
+
export { approveProposal as ApproveProposal, cancelProposal as CancelProposal, execProposal as ExecProposal, invalidateAccount as InvalidateProposal, proposeTransaction as ProposeTransaction, unapproveProposal as UnapproveProposal };
|
|
4508
4460
|
}
|
|
4509
4461
|
|
|
4510
4462
|
/**
|
|
@@ -5940,45 +5892,8 @@ declare namespace cancelDelay {
|
|
|
5940
5892
|
* Действие инициализирует системный контракт после установки.
|
|
5941
5893
|
*/
|
|
5942
5894
|
|
|
5943
|
-
declare const index$2_activateFeature: typeof activateFeature;
|
|
5944
|
-
declare const index$2_bidName: typeof bidName;
|
|
5945
|
-
declare const index$2_bidNameRefund: typeof bidNameRefund;
|
|
5946
|
-
declare const index$2_buyRAM: typeof buyRAM;
|
|
5947
|
-
declare const index$2_buyRAMBytes: typeof buyRAMBytes;
|
|
5948
|
-
declare const index$2_cancelDelay: typeof cancelDelay;
|
|
5949
|
-
declare const index$2_claimRewards: typeof claimRewards;
|
|
5950
|
-
declare const index$2_delegateBW: typeof delegateBW;
|
|
5951
|
-
declare const index$2_deleteAuth: typeof deleteAuth;
|
|
5952
|
-
declare const index$2_execPowerup: typeof execPowerup;
|
|
5953
|
-
declare const index$2_init: typeof init;
|
|
5954
|
-
declare const index$2_initEmission: typeof initEmission;
|
|
5955
|
-
declare const index$2_initPowerup: typeof initPowerup;
|
|
5956
|
-
declare const index$2_linkAuth: typeof linkAuth;
|
|
5957
|
-
declare const index$2_newAccount: typeof newAccount;
|
|
5958
|
-
declare const index$2_powerup: typeof powerup;
|
|
5959
|
-
declare const index$2_refund: typeof refund;
|
|
5960
|
-
declare const index$2_registerProducer: typeof registerProducer;
|
|
5961
|
-
declare const index$2_registerProducer2: typeof registerProducer2;
|
|
5962
|
-
declare const index$2_registerProxy: typeof registerProxy;
|
|
5963
|
-
declare const index$2_removeProducer: typeof removeProducer;
|
|
5964
|
-
declare const index$2_setAbi: typeof setAbi;
|
|
5965
|
-
declare const index$2_setAccountLimits: typeof setAccountLimits;
|
|
5966
|
-
declare const index$2_setCPULimits: typeof setCPULimits;
|
|
5967
|
-
declare const index$2_setCode: typeof setCode;
|
|
5968
|
-
declare const index$2_setNETLimits: typeof setNETLimits;
|
|
5969
|
-
declare const index$2_setParams: typeof setParams;
|
|
5970
|
-
declare const index$2_setPrivileged: typeof setPrivileged;
|
|
5971
|
-
declare const index$2_setRAMLimits: typeof setRAMLimits;
|
|
5972
|
-
declare const index$2_setTotalRAM: typeof setTotalRAM;
|
|
5973
|
-
declare const index$2_setTotalRAMRate: typeof setTotalRAMRate;
|
|
5974
|
-
declare const index$2_undelegateBW: typeof undelegateBW;
|
|
5975
|
-
declare const index$2_unregisterProducer: typeof unregisterProducer;
|
|
5976
|
-
declare const index$2_updateAuth: typeof updateAuth;
|
|
5977
|
-
declare const index$2_updateRevision: typeof updateRevision;
|
|
5978
|
-
declare const index$2_voteForProducer: typeof voteForProducer;
|
|
5979
|
-
declare const index$2_voteUpdate: typeof voteUpdate;
|
|
5980
5895
|
declare namespace index$2 {
|
|
5981
|
-
export {
|
|
5896
|
+
export { activateFeature as ActivateFeature, bidName as BidName, bidNameRefund as BidNameRefund, buyRAM as BuyRAM, buyRAMBytes as BuyRAMBytes, cancelDelay as CancelDelay, claimRewards as ClaimRewards, delegateBW as DelegateBW, deleteAuth as DeleteAuth, execPowerup as ExecPowerup, init as Init, initEmission as InitEmission, initPowerup as InitPowerup, linkAuth as LinkAuth, newAccount as NewAccount, powerup as Powerup, refund as Refund, registerProducer as RegisterProducer, registerProducer2 as RegisterProducer2, registerProxy as RegisterProxy, removeProducer as RemoveProducer, setAbi as SetAbi, setAccountLimits as SetAccountLimits, setCPULimits as SetCPULimits, setCode as SetCode, setNETLimits as SetNETLimits, setParams as SetParams, setPrivileged as SetPrivileged, setRAMLimits as SetRAMLimits, setTotalRAM as SetTotalRAM, setTotalRAMRate as SetTotalRAMRate, undelegateBW as UndelegateBW, unregisterProducer as UnregisterProducer, updateAuth as UpdateAuth, updateRevision as UpdateRevision, voteForProducer as VoteForProducer, voteUpdate as VoteUpdate };
|
|
5982
5897
|
}
|
|
5983
5898
|
|
|
5984
5899
|
/**
|
package/dist/index.mjs
CHANGED
|
@@ -794,11 +794,11 @@ const decision = {
|
|
|
794
794
|
|
|
795
795
|
const index$j = {
|
|
796
796
|
__proto__: null,
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
797
|
+
Act: act,
|
|
798
|
+
Batch: batch,
|
|
799
|
+
Decision: decision,
|
|
800
|
+
Draft: draft,
|
|
801
|
+
Statement: statement
|
|
802
802
|
};
|
|
803
803
|
|
|
804
804
|
const authorizations$1p = [{ permissions: [active], actor: _chairman }];
|
|
@@ -830,9 +830,9 @@ const editAddress = {
|
|
|
830
830
|
|
|
831
831
|
const index$i = {
|
|
832
832
|
__proto__: null,
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
833
|
+
CreateAddress: createAddress,
|
|
834
|
+
DeleteAddress: deleteAddress,
|
|
835
|
+
EditAddress: editAddress
|
|
836
836
|
};
|
|
837
837
|
|
|
838
838
|
const authorizations$1m = [
|
|
@@ -913,12 +913,12 @@ const subProgramBalance = {
|
|
|
913
913
|
|
|
914
914
|
const index$h = {
|
|
915
915
|
__proto__: null,
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
916
|
+
AddBalance: addBalance,
|
|
917
|
+
AddProgramBalance: addProgramBalance,
|
|
918
|
+
BlockBalance: blockBalance,
|
|
919
|
+
SubBalance: subBalance,
|
|
920
|
+
SubProgramBalance: subProgramBalance,
|
|
921
|
+
UnblockBalance: unblockBalance
|
|
922
922
|
};
|
|
923
923
|
|
|
924
924
|
const authorizations$1g = [
|
|
@@ -1106,19 +1106,19 @@ const disautomate = {
|
|
|
1106
1106
|
|
|
1107
1107
|
const index$f = {
|
|
1108
1108
|
__proto__: null,
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1109
|
+
Authorize: authorize$1,
|
|
1110
|
+
Automate: automate,
|
|
1111
|
+
CancelVote: cancelVote,
|
|
1112
|
+
Disautomate: disautomate,
|
|
1113
|
+
Exec: exec$1,
|
|
1114
|
+
FundWithdrawDecision: fundWithdrawDecision,
|
|
1115
|
+
JoinCoopDecision: joinCoopDecision,
|
|
1116
|
+
MarketDecision: marketDecision,
|
|
1117
|
+
ProductRecieved: productRecieved,
|
|
1118
|
+
Validate: validate,
|
|
1119
|
+
VoteAgainst: voteAgainst,
|
|
1120
|
+
VoteFor: voteFor,
|
|
1121
|
+
WithdrawDecision: withdrawDecision
|
|
1122
1122
|
};
|
|
1123
1123
|
|
|
1124
1124
|
const authorizations$10 = [{ permissions: [active], actor: _chairman }];
|
|
@@ -1466,25 +1466,25 @@ const updateRequest = {
|
|
|
1466
1466
|
|
|
1467
1467
|
const index$a = {
|
|
1468
1468
|
__proto__: null,
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1469
|
+
AcceptRequest: acceptRequest,
|
|
1470
|
+
Authorize: authorize,
|
|
1471
|
+
CancelRequest: cancelRequest,
|
|
1472
|
+
CompleteRequest: completeRequest,
|
|
1473
|
+
ConfirmRecieve: confirmRecieve,
|
|
1474
|
+
ConfirmSupply: confirmSupply,
|
|
1475
|
+
CreateOffer: createOffer,
|
|
1476
|
+
CreateOrder: createOrder,
|
|
1477
|
+
DeclineRequest: declineRequest,
|
|
1478
|
+
DeliverOnRequest: deliverOnRequest,
|
|
1479
|
+
ModerateRequest: moderateRequest,
|
|
1480
|
+
NewRequestId: newRequestId,
|
|
1481
|
+
OpenDispute: openDispute,
|
|
1482
|
+
ProhibitRequest: prohibitRequest,
|
|
1483
|
+
PublishRequest: publishRequest,
|
|
1484
|
+
RecieveOnRequest: recieveOnRequest,
|
|
1485
|
+
SupplyOnRequest: supplyOnRequest,
|
|
1486
|
+
UnpublishRequest: unpublishRequest,
|
|
1487
|
+
UpdateRequests: updateRequest
|
|
1488
1488
|
};
|
|
1489
1489
|
|
|
1490
1490
|
const tableName$g = "exchange";
|
|
@@ -1571,12 +1571,12 @@ const invalidateAccount = {
|
|
|
1571
1571
|
|
|
1572
1572
|
const index$7 = {
|
|
1573
1573
|
__proto__: null,
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1574
|
+
ApproveProposal: approveProposal,
|
|
1575
|
+
CancelProposal: cancelProposal,
|
|
1576
|
+
ExecProposal: execProposal,
|
|
1577
|
+
InvalidateProposal: invalidateAccount,
|
|
1578
|
+
ProposeTransaction: proposeTransaction,
|
|
1579
|
+
UnapproveProposal: unapproveProposal
|
|
1580
1580
|
};
|
|
1581
1581
|
|
|
1582
1582
|
const tableName$f = "approvals";
|
|
@@ -2002,43 +2002,43 @@ const cancelDelay = {
|
|
|
2002
2002
|
|
|
2003
2003
|
const index$2 = {
|
|
2004
2004
|
__proto__: null,
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2005
|
+
ActivateFeature: activateFeature,
|
|
2006
|
+
BidName: bidName,
|
|
2007
|
+
BidNameRefund: bidNameRefund,
|
|
2008
|
+
BuyRAM: buyRAM,
|
|
2009
|
+
BuyRAMBytes: buyRAMBytes,
|
|
2010
|
+
CancelDelay: cancelDelay,
|
|
2011
|
+
ClaimRewards: claimRewards,
|
|
2012
|
+
DelegateBW: delegateBW,
|
|
2013
|
+
DeleteAuth: deleteAuth,
|
|
2014
|
+
ExecPowerup: execPowerup,
|
|
2015
|
+
Init: init,
|
|
2016
|
+
InitEmission: initEmission,
|
|
2017
|
+
InitPowerup: initPowerup,
|
|
2018
|
+
LinkAuth: linkAuth,
|
|
2019
|
+
NewAccount: newAccount,
|
|
2020
|
+
Powerup: powerup,
|
|
2021
|
+
Refund: refund,
|
|
2022
|
+
RegisterProducer: registerProducer,
|
|
2023
|
+
RegisterProducer2: registerProducer2,
|
|
2024
|
+
RegisterProxy: registerProxy,
|
|
2025
|
+
RemoveProducer: removeProducer,
|
|
2026
|
+
SetAbi: setAbi,
|
|
2027
|
+
SetAccountLimits: setAccountLimits,
|
|
2028
|
+
SetCPULimits: setCPULimits,
|
|
2029
|
+
SetCode: setCode,
|
|
2030
|
+
SetNETLimits: setNETLimits,
|
|
2031
|
+
SetParams: setParams,
|
|
2032
|
+
SetPrivileged: setPrivileged,
|
|
2033
|
+
SetRAMLimits: setRAMLimits,
|
|
2034
|
+
SetTotalRAM: setTotalRAM,
|
|
2035
|
+
SetTotalRAMRate: setTotalRAMRate,
|
|
2036
|
+
UndelegateBW: undelegateBW,
|
|
2037
|
+
UnregisterProducer: unregisterProducer,
|
|
2038
|
+
UpdateAuth: updateAuth,
|
|
2039
|
+
UpdateRevision: updateRevision,
|
|
2040
|
+
VoteForProducer: voteForProducer,
|
|
2041
|
+
VoteUpdate: voteUpdate
|
|
2042
2042
|
};
|
|
2043
2043
|
|
|
2044
2044
|
const tableName$b = "bidrefunds";
|