@ocap/proto 1.14.10 → 1.14.14

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.
@@ -13,18 +13,18 @@
13
13
 
14
14
  var jspb = require('google-protobuf');
15
15
  var goog = jspb;
16
- var global = Function('return this')();
16
+ var root = (typeof self === 'object' && self.self === self && self) || (typeof global === 'object' && global.global === global && global) || this;
17
17
 
18
- goog.exportSymbol('proto.ocap.EncodingType', null, global);
19
- goog.exportSymbol('proto.ocap.HashType', null, global);
20
- goog.exportSymbol('proto.ocap.KeyType', null, global);
21
- goog.exportSymbol('proto.ocap.ProtocolStatus', null, global);
22
- goog.exportSymbol('proto.ocap.RoleType', null, global);
23
- goog.exportSymbol('proto.ocap.StakeType', null, global);
24
- goog.exportSymbol('proto.ocap.StateType', null, global);
25
- goog.exportSymbol('proto.ocap.StatusCode', null, global);
26
- goog.exportSymbol('proto.ocap.UpgradeAction', null, global);
27
- goog.exportSymbol('proto.ocap.UpgradeType', null, global);
18
+ goog.exportSymbol('proto.ocap.EncodingType', null, root);
19
+ goog.exportSymbol('proto.ocap.HashType', null, root);
20
+ goog.exportSymbol('proto.ocap.KeyType', null, root);
21
+ goog.exportSymbol('proto.ocap.ProtocolStatus', null, root);
22
+ goog.exportSymbol('proto.ocap.RoleType', null, root);
23
+ goog.exportSymbol('proto.ocap.StakeType', null, root);
24
+ goog.exportSymbol('proto.ocap.StateType', null, root);
25
+ goog.exportSymbol('proto.ocap.StatusCode', null, root);
26
+ goog.exportSymbol('proto.ocap.UpgradeAction', null, root);
27
+ goog.exportSymbol('proto.ocap.UpgradeType', null, root);
28
28
  /**
29
29
  * @enum {number}
30
30
  */
@@ -13,7 +13,7 @@
13
13
 
14
14
  var jspb = require('google-protobuf');
15
15
  var goog = jspb;
16
- var global = Function('return this')();
16
+ var root = (typeof self === 'object' && self.self === self && self) || (typeof global === 'object' && global.global === global && global) || this;
17
17
 
18
18
  var google_protobuf_any_pb = require('google-protobuf/google/protobuf/any_pb.js');
19
19
  goog.object.extend(proto, google_protobuf_any_pb);
@@ -23,18 +23,18 @@ var type_pb = require('./type_pb.js');
23
23
  goog.object.extend(proto, type_pb);
24
24
  var tx_pb = require('./tx_pb.js');
25
25
  goog.object.extend(proto, tx_pb);
26
- goog.exportSymbol('proto.ocap.AccountState', null, global);
27
- goog.exportSymbol('proto.ocap.AssetFactoryState', null, global);
28
- goog.exportSymbol('proto.ocap.AssetState', null, global);
29
- goog.exportSymbol('proto.ocap.DelegateOpState', null, global);
30
- goog.exportSymbol('proto.ocap.DelegateState', null, global);
31
- goog.exportSymbol('proto.ocap.EvidenceState', null, global);
32
- goog.exportSymbol('proto.ocap.ForgeState', null, global);
33
- goog.exportSymbol('proto.ocap.RollupBlock', null, global);
34
- goog.exportSymbol('proto.ocap.RollupState', null, global);
35
- goog.exportSymbol('proto.ocap.RootState', null, global);
36
- goog.exportSymbol('proto.ocap.StakeState', null, global);
37
- goog.exportSymbol('proto.ocap.TokenState', null, global);
26
+ goog.exportSymbol('proto.ocap.AccountState', null, root);
27
+ goog.exportSymbol('proto.ocap.AssetFactoryState', null, root);
28
+ goog.exportSymbol('proto.ocap.AssetState', null, root);
29
+ goog.exportSymbol('proto.ocap.DelegateOpState', null, root);
30
+ goog.exportSymbol('proto.ocap.DelegateState', null, root);
31
+ goog.exportSymbol('proto.ocap.EvidenceState', null, root);
32
+ goog.exportSymbol('proto.ocap.ForgeState', null, root);
33
+ goog.exportSymbol('proto.ocap.RollupBlock', null, root);
34
+ goog.exportSymbol('proto.ocap.RollupState', null, root);
35
+ goog.exportSymbol('proto.ocap.RootState', null, root);
36
+ goog.exportSymbol('proto.ocap.StakeState', null, root);
37
+ goog.exportSymbol('proto.ocap.TokenState', null, root);
38
38
  /**
39
39
  * Generated by JsPbCodeGenerator.
40
40
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -13,7 +13,7 @@
13
13
 
14
14
  var jspb = require('google-protobuf');
15
15
  var goog = jspb;
16
- var global = Function('return this')();
16
+ var root = (typeof self === 'object' && self.self === self && self) || (typeof global === 'object' && global.global === global && global) || this;
17
17
 
18
18
  var google_protobuf_any_pb = require('google-protobuf/google/protobuf/any_pb.js');
19
19
  goog.object.extend(proto, google_protobuf_any_pb);
@@ -23,38 +23,38 @@ var enum_pb = require('./enum_pb.js');
23
23
  goog.object.extend(proto, enum_pb);
24
24
  var tx_pb = require('./tx_pb.js');
25
25
  goog.object.extend(proto, tx_pb);
26
- goog.exportSymbol('proto.ocap.AccountFilter', null, global);
27
- goog.exportSymbol('proto.ocap.AccountToken', null, global);
28
- goog.exportSymbol('proto.ocap.AddressFilter', null, global);
29
- goog.exportSymbol('proto.ocap.AssetFilter', null, global);
30
- goog.exportSymbol('proto.ocap.ByDay', null, global);
31
- goog.exportSymbol('proto.ocap.ByHour', null, global);
32
- goog.exportSymbol('proto.ocap.Direction', null, global);
33
- goog.exportSymbol('proto.ocap.FactoryFilter', null, global);
34
- goog.exportSymbol('proto.ocap.IndexedAccountState', null, global);
35
- goog.exportSymbol('proto.ocap.IndexedAssetState', null, global);
36
- goog.exportSymbol('proto.ocap.IndexedBlock', null, global);
37
- goog.exportSymbol('proto.ocap.IndexedFactoryState', null, global);
38
- goog.exportSymbol('proto.ocap.IndexedRollupBlock', null, global);
39
- goog.exportSymbol('proto.ocap.IndexedRollupState', null, global);
40
- goog.exportSymbol('proto.ocap.IndexedRollupValidator', null, global);
41
- goog.exportSymbol('proto.ocap.IndexedStakeState', null, global);
42
- goog.exportSymbol('proto.ocap.IndexedTokenState', null, global);
43
- goog.exportSymbol('proto.ocap.IndexedTransaction', null, global);
44
- goog.exportSymbol('proto.ocap.Page', null, global);
45
- goog.exportSymbol('proto.ocap.PageInfo', null, global);
46
- goog.exportSymbol('proto.ocap.PageOrder', null, global);
47
- goog.exportSymbol('proto.ocap.RangeFilter', null, global);
48
- goog.exportSymbol('proto.ocap.RollupFilter', null, global);
49
- goog.exportSymbol('proto.ocap.SearchResult', null, global);
50
- goog.exportSymbol('proto.ocap.TimeFilter', null, global);
51
- goog.exportSymbol('proto.ocap.TokenFilter', null, global);
52
- goog.exportSymbol('proto.ocap.TokenInfo', null, global);
53
- goog.exportSymbol('proto.ocap.TxFilter', null, global);
54
- goog.exportSymbol('proto.ocap.TypeFilter', null, global);
55
- goog.exportSymbol('proto.ocap.ValidatorFilter', null, global);
56
- goog.exportSymbol('proto.ocap.Validity', null, global);
57
- goog.exportSymbol('proto.ocap.ValidityFilter', null, global);
26
+ goog.exportSymbol('proto.ocap.AccountFilter', null, root);
27
+ goog.exportSymbol('proto.ocap.AccountToken', null, root);
28
+ goog.exportSymbol('proto.ocap.AddressFilter', null, root);
29
+ goog.exportSymbol('proto.ocap.AssetFilter', null, root);
30
+ goog.exportSymbol('proto.ocap.ByDay', null, root);
31
+ goog.exportSymbol('proto.ocap.ByHour', null, root);
32
+ goog.exportSymbol('proto.ocap.Direction', null, root);
33
+ goog.exportSymbol('proto.ocap.FactoryFilter', null, root);
34
+ goog.exportSymbol('proto.ocap.IndexedAccountState', null, root);
35
+ goog.exportSymbol('proto.ocap.IndexedAssetState', null, root);
36
+ goog.exportSymbol('proto.ocap.IndexedBlock', null, root);
37
+ goog.exportSymbol('proto.ocap.IndexedFactoryState', null, root);
38
+ goog.exportSymbol('proto.ocap.IndexedRollupBlock', null, root);
39
+ goog.exportSymbol('proto.ocap.IndexedRollupState', null, root);
40
+ goog.exportSymbol('proto.ocap.IndexedRollupValidator', null, root);
41
+ goog.exportSymbol('proto.ocap.IndexedStakeState', null, root);
42
+ goog.exportSymbol('proto.ocap.IndexedTokenState', null, root);
43
+ goog.exportSymbol('proto.ocap.IndexedTransaction', null, root);
44
+ goog.exportSymbol('proto.ocap.Page', null, root);
45
+ goog.exportSymbol('proto.ocap.PageInfo', null, root);
46
+ goog.exportSymbol('proto.ocap.PageOrder', null, root);
47
+ goog.exportSymbol('proto.ocap.RangeFilter', null, root);
48
+ goog.exportSymbol('proto.ocap.RollupFilter', null, root);
49
+ goog.exportSymbol('proto.ocap.SearchResult', null, root);
50
+ goog.exportSymbol('proto.ocap.TimeFilter', null, root);
51
+ goog.exportSymbol('proto.ocap.TokenFilter', null, root);
52
+ goog.exportSymbol('proto.ocap.TokenInfo', null, root);
53
+ goog.exportSymbol('proto.ocap.TxFilter', null, root);
54
+ goog.exportSymbol('proto.ocap.TypeFilter', null, root);
55
+ goog.exportSymbol('proto.ocap.ValidatorFilter', null, root);
56
+ goog.exportSymbol('proto.ocap.Validity', null, root);
57
+ goog.exportSymbol('proto.ocap.ValidityFilter', null, root);
58
58
  /**
59
59
  * Generated by JsPbCodeGenerator.
60
60
  * @param {Array=} opt_data Optional initial data array, typically from a
package/lib/gen/tx_pb.js CHANGED
@@ -13,7 +13,7 @@
13
13
 
14
14
  var jspb = require('google-protobuf');
15
15
  var goog = jspb;
16
- var global = Function('return this')();
16
+ var root = (typeof self === 'object' && self.self === self && self) || (typeof global === 'object' && global.global === global && global) || this;
17
17
 
18
18
  var google_protobuf_any_pb = require('google-protobuf/google/protobuf/any_pb.js');
19
19
  goog.object.extend(proto, google_protobuf_any_pb);
@@ -21,44 +21,44 @@ var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/time
21
21
  goog.object.extend(proto, google_protobuf_timestamp_pb);
22
22
  var type_pb = require('./type_pb.js');
23
23
  goog.object.extend(proto, type_pb);
24
- goog.exportSymbol('proto.ocap.AccountMigrateTx', null, global);
25
- goog.exportSymbol('proto.ocap.AcquireAssetV2Tx', null, global);
26
- goog.exportSymbol('proto.ocap.AcquireAssetV3Tx', null, global);
27
- goog.exportSymbol('proto.ocap.AssetFactoryInput', null, global);
28
- goog.exportSymbol('proto.ocap.ClaimBlockRewardTx', null, global);
29
- goog.exportSymbol('proto.ocap.ClaimStakeTx', null, global);
30
- goog.exportSymbol('proto.ocap.CreateAssetTx', null, global);
31
- goog.exportSymbol('proto.ocap.CreateFactoryTx', null, global);
32
- goog.exportSymbol('proto.ocap.CreateRollupBlockTx', null, global);
33
- goog.exportSymbol('proto.ocap.CreateRollupTx', null, global);
34
- goog.exportSymbol('proto.ocap.CreateTokenTx', null, global);
35
- goog.exportSymbol('proto.ocap.DeclareTx', null, global);
36
- goog.exportSymbol('proto.ocap.DelegateOp', null, global);
37
- goog.exportSymbol('proto.ocap.DelegateTx', null, global);
38
- goog.exportSymbol('proto.ocap.DepositTokenV2Tx', null, global);
39
- goog.exportSymbol('proto.ocap.ExchangeInfo', null, global);
40
- goog.exportSymbol('proto.ocap.ExchangeInfoV2', null, global);
41
- goog.exportSymbol('proto.ocap.ExchangeTx', null, global);
42
- goog.exportSymbol('proto.ocap.ExchangeV2Tx', null, global);
43
- goog.exportSymbol('proto.ocap.ItxStub', null, global);
44
- goog.exportSymbol('proto.ocap.ItxStub.ValueCase', null, global);
45
- goog.exportSymbol('proto.ocap.JoinRollupTx', null, global);
46
- goog.exportSymbol('proto.ocap.LeaveRollupTx', null, global);
47
- goog.exportSymbol('proto.ocap.MigrateRollupContractTx', null, global);
48
- goog.exportSymbol('proto.ocap.MigrateRollupTokenTx', null, global);
49
- goog.exportSymbol('proto.ocap.MintAssetTx', null, global);
50
- goog.exportSymbol('proto.ocap.PauseRollupTx', null, global);
51
- goog.exportSymbol('proto.ocap.ResumeRollupTx', null, global);
52
- goog.exportSymbol('proto.ocap.RevokeDelegateTx', null, global);
53
- goog.exportSymbol('proto.ocap.RevokeStakeTx', null, global);
54
- goog.exportSymbol('proto.ocap.StakeTx', null, global);
55
- goog.exportSymbol('proto.ocap.TransferTx', null, global);
56
- goog.exportSymbol('proto.ocap.TransferV2Tx', null, global);
57
- goog.exportSymbol('proto.ocap.TransferV3Tx', null, global);
58
- goog.exportSymbol('proto.ocap.UpdateAssetTx', null, global);
59
- goog.exportSymbol('proto.ocap.UpdateRollupTx', null, global);
60
- goog.exportSymbol('proto.ocap.UpgradeNodeTx', null, global);
61
- goog.exportSymbol('proto.ocap.WithdrawTokenV2Tx', null, global);
24
+ goog.exportSymbol('proto.ocap.AccountMigrateTx', null, root);
25
+ goog.exportSymbol('proto.ocap.AcquireAssetV2Tx', null, root);
26
+ goog.exportSymbol('proto.ocap.AcquireAssetV3Tx', null, root);
27
+ goog.exportSymbol('proto.ocap.AssetFactoryInput', null, root);
28
+ goog.exportSymbol('proto.ocap.ClaimBlockRewardTx', null, root);
29
+ goog.exportSymbol('proto.ocap.ClaimStakeTx', null, root);
30
+ goog.exportSymbol('proto.ocap.CreateAssetTx', null, root);
31
+ goog.exportSymbol('proto.ocap.CreateFactoryTx', null, root);
32
+ goog.exportSymbol('proto.ocap.CreateRollupBlockTx', null, root);
33
+ goog.exportSymbol('proto.ocap.CreateRollupTx', null, root);
34
+ goog.exportSymbol('proto.ocap.CreateTokenTx', null, root);
35
+ goog.exportSymbol('proto.ocap.DeclareTx', null, root);
36
+ goog.exportSymbol('proto.ocap.DelegateOp', null, root);
37
+ goog.exportSymbol('proto.ocap.DelegateTx', null, root);
38
+ goog.exportSymbol('proto.ocap.DepositTokenV2Tx', null, root);
39
+ goog.exportSymbol('proto.ocap.ExchangeInfo', null, root);
40
+ goog.exportSymbol('proto.ocap.ExchangeInfoV2', null, root);
41
+ goog.exportSymbol('proto.ocap.ExchangeTx', null, root);
42
+ goog.exportSymbol('proto.ocap.ExchangeV2Tx', null, root);
43
+ goog.exportSymbol('proto.ocap.ItxStub', null, root);
44
+ goog.exportSymbol('proto.ocap.ItxStub.ValueCase', null, root);
45
+ goog.exportSymbol('proto.ocap.JoinRollupTx', null, root);
46
+ goog.exportSymbol('proto.ocap.LeaveRollupTx', null, root);
47
+ goog.exportSymbol('proto.ocap.MigrateRollupContractTx', null, root);
48
+ goog.exportSymbol('proto.ocap.MigrateRollupTokenTx', null, root);
49
+ goog.exportSymbol('proto.ocap.MintAssetTx', null, root);
50
+ goog.exportSymbol('proto.ocap.PauseRollupTx', null, root);
51
+ goog.exportSymbol('proto.ocap.ResumeRollupTx', null, root);
52
+ goog.exportSymbol('proto.ocap.RevokeDelegateTx', null, root);
53
+ goog.exportSymbol('proto.ocap.RevokeStakeTx', null, root);
54
+ goog.exportSymbol('proto.ocap.StakeTx', null, root);
55
+ goog.exportSymbol('proto.ocap.TransferTx', null, root);
56
+ goog.exportSymbol('proto.ocap.TransferV2Tx', null, root);
57
+ goog.exportSymbol('proto.ocap.TransferV3Tx', null, root);
58
+ goog.exportSymbol('proto.ocap.UpdateAssetTx', null, root);
59
+ goog.exportSymbol('proto.ocap.UpdateRollupTx', null, root);
60
+ goog.exportSymbol('proto.ocap.UpgradeNodeTx', null, root);
61
+ goog.exportSymbol('proto.ocap.WithdrawTokenV2Tx', null, root);
62
62
  /**
63
63
  * Generated by JsPbCodeGenerator.
64
64
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -13,7 +13,7 @@
13
13
 
14
14
  var jspb = require('google-protobuf');
15
15
  var goog = jspb;
16
- var global = Function('return this')();
16
+ var root = (typeof self === 'object' && self.self === self && self) || (typeof global === 'object' && global.global === global && global) || this;
17
17
 
18
18
  var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js');
19
19
  goog.object.extend(proto, google_protobuf_timestamp_pb);
@@ -23,54 +23,54 @@ var vendor_pb = require('./vendor_pb.js');
23
23
  goog.object.extend(proto, vendor_pb);
24
24
  var enum_pb = require('./enum_pb.js');
25
25
  goog.object.extend(proto, enum_pb);
26
- goog.exportSymbol('proto.ocap.AccountConfig', null, global);
27
- goog.exportSymbol('proto.ocap.AssetFactoryHook', null, global);
28
- goog.exportSymbol('proto.ocap.BigSint', null, global);
29
- goog.exportSymbol('proto.ocap.BigUint', null, global);
30
- goog.exportSymbol('proto.ocap.BlockInfo', null, global);
31
- goog.exportSymbol('proto.ocap.BlockInfoSimple', null, global);
32
- goog.exportSymbol('proto.ocap.ChainInfo', null, global);
33
- goog.exportSymbol('proto.ocap.ConsensusParams', null, global);
34
- goog.exportSymbol('proto.ocap.DelegateConfig', null, global);
35
- goog.exportSymbol('proto.ocap.Evidence', null, global);
36
- goog.exportSymbol('proto.ocap.ForeignToken', null, global);
37
- goog.exportSymbol('proto.ocap.ForgeStats', null, global);
38
- goog.exportSymbol('proto.ocap.ForgeToken', null, global);
39
- goog.exportSymbol('proto.ocap.GeoInfo', null, global);
40
- goog.exportSymbol('proto.ocap.IndexedFactoryInput', null, global);
41
- goog.exportSymbol('proto.ocap.IndexedTokenInput', null, global);
42
- goog.exportSymbol('proto.ocap.Multisig', null, global);
43
- goog.exportSymbol('proto.ocap.NFTDisplay', null, global);
44
- goog.exportSymbol('proto.ocap.NFTEndpoint', null, global);
45
- goog.exportSymbol('proto.ocap.NFTIssuer', null, global);
46
- goog.exportSymbol('proto.ocap.NetInfo', null, global);
47
- goog.exportSymbol('proto.ocap.NodeInfo', null, global);
48
- goog.exportSymbol('proto.ocap.PeerInfo', null, global);
49
- goog.exportSymbol('proto.ocap.ReceiptChange', null, global);
50
- goog.exportSymbol('proto.ocap.RevokedStake', null, global);
51
- goog.exportSymbol('proto.ocap.RollupSignature', null, global);
52
- goog.exportSymbol('proto.ocap.RollupValidator', null, global);
53
- goog.exportSymbol('proto.ocap.StakeSummary', null, global);
54
- goog.exportSymbol('proto.ocap.StateContext', null, global);
55
- goog.exportSymbol('proto.ocap.TokenInput', null, global);
56
- goog.exportSymbol('proto.ocap.TokenSymbol', null, global);
57
- goog.exportSymbol('proto.ocap.Transaction', null, global);
58
- goog.exportSymbol('proto.ocap.TransactionConfig', null, global);
59
- goog.exportSymbol('proto.ocap.TransactionInfo', null, global);
60
- goog.exportSymbol('proto.ocap.TransactionInput', null, global);
61
- goog.exportSymbol('proto.ocap.TransactionReceipt', null, global);
62
- goog.exportSymbol('proto.ocap.TxFeeConfig', null, global);
63
- goog.exportSymbol('proto.ocap.UnconfirmedTxs', null, global);
64
- goog.exportSymbol('proto.ocap.UpgradeInfo', null, global);
65
- goog.exportSymbol('proto.ocap.UpgradeTask', null, global);
66
- goog.exportSymbol('proto.ocap.UpgradeTasks', null, global);
67
- goog.exportSymbol('proto.ocap.Validator', null, global);
68
- goog.exportSymbol('proto.ocap.ValidatorInfo', null, global);
69
- goog.exportSymbol('proto.ocap.ValidatorsInfo', null, global);
70
- goog.exportSymbol('proto.ocap.VariableInput', null, global);
71
- goog.exportSymbol('proto.ocap.WalletInfo', null, global);
72
- goog.exportSymbol('proto.ocap.WalletType', null, global);
73
- goog.exportSymbol('proto.ocap.WithdrawItem', null, global);
26
+ goog.exportSymbol('proto.ocap.AccountConfig', null, root);
27
+ goog.exportSymbol('proto.ocap.AssetFactoryHook', null, root);
28
+ goog.exportSymbol('proto.ocap.BigSint', null, root);
29
+ goog.exportSymbol('proto.ocap.BigUint', null, root);
30
+ goog.exportSymbol('proto.ocap.BlockInfo', null, root);
31
+ goog.exportSymbol('proto.ocap.BlockInfoSimple', null, root);
32
+ goog.exportSymbol('proto.ocap.ChainInfo', null, root);
33
+ goog.exportSymbol('proto.ocap.ConsensusParams', null, root);
34
+ goog.exportSymbol('proto.ocap.DelegateConfig', null, root);
35
+ goog.exportSymbol('proto.ocap.Evidence', null, root);
36
+ goog.exportSymbol('proto.ocap.ForeignToken', null, root);
37
+ goog.exportSymbol('proto.ocap.ForgeStats', null, root);
38
+ goog.exportSymbol('proto.ocap.ForgeToken', null, root);
39
+ goog.exportSymbol('proto.ocap.GeoInfo', null, root);
40
+ goog.exportSymbol('proto.ocap.IndexedFactoryInput', null, root);
41
+ goog.exportSymbol('proto.ocap.IndexedTokenInput', null, root);
42
+ goog.exportSymbol('proto.ocap.Multisig', null, root);
43
+ goog.exportSymbol('proto.ocap.NFTDisplay', null, root);
44
+ goog.exportSymbol('proto.ocap.NFTEndpoint', null, root);
45
+ goog.exportSymbol('proto.ocap.NFTIssuer', null, root);
46
+ goog.exportSymbol('proto.ocap.NetInfo', null, root);
47
+ goog.exportSymbol('proto.ocap.NodeInfo', null, root);
48
+ goog.exportSymbol('proto.ocap.PeerInfo', null, root);
49
+ goog.exportSymbol('proto.ocap.ReceiptChange', null, root);
50
+ goog.exportSymbol('proto.ocap.RevokedStake', null, root);
51
+ goog.exportSymbol('proto.ocap.RollupSignature', null, root);
52
+ goog.exportSymbol('proto.ocap.RollupValidator', null, root);
53
+ goog.exportSymbol('proto.ocap.StakeSummary', null, root);
54
+ goog.exportSymbol('proto.ocap.StateContext', null, root);
55
+ goog.exportSymbol('proto.ocap.TokenInput', null, root);
56
+ goog.exportSymbol('proto.ocap.TokenSymbol', null, root);
57
+ goog.exportSymbol('proto.ocap.Transaction', null, root);
58
+ goog.exportSymbol('proto.ocap.TransactionConfig', null, root);
59
+ goog.exportSymbol('proto.ocap.TransactionInfo', null, root);
60
+ goog.exportSymbol('proto.ocap.TransactionInput', null, root);
61
+ goog.exportSymbol('proto.ocap.TransactionReceipt', null, root);
62
+ goog.exportSymbol('proto.ocap.TxFeeConfig', null, root);
63
+ goog.exportSymbol('proto.ocap.UnconfirmedTxs', null, root);
64
+ goog.exportSymbol('proto.ocap.UpgradeInfo', null, root);
65
+ goog.exportSymbol('proto.ocap.UpgradeTask', null, root);
66
+ goog.exportSymbol('proto.ocap.UpgradeTasks', null, root);
67
+ goog.exportSymbol('proto.ocap.Validator', null, root);
68
+ goog.exportSymbol('proto.ocap.ValidatorInfo', null, root);
69
+ goog.exportSymbol('proto.ocap.ValidatorsInfo', null, root);
70
+ goog.exportSymbol('proto.ocap.VariableInput', null, root);
71
+ goog.exportSymbol('proto.ocap.WalletInfo', null, root);
72
+ goog.exportSymbol('proto.ocap.WalletType', null, root);
73
+ goog.exportSymbol('proto.ocap.WithdrawItem', null, root);
74
74
  /**
75
75
  * Generated by JsPbCodeGenerator.
76
76
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -13,27 +13,27 @@
13
13
 
14
14
  var jspb = require('google-protobuf');
15
15
  var goog = jspb;
16
- var global = Function('return this')();
16
+ var root = (typeof self === 'object' && self.self === self && self) || (typeof global === 'object' && global.global === global && global) || this;
17
17
 
18
18
  var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js');
19
19
  goog.object.extend(proto, google_protobuf_timestamp_pb);
20
- goog.exportSymbol('proto.vendor.BlockID', null, global);
21
- goog.exportSymbol('proto.vendor.BlockParams', null, global);
22
- goog.exportSymbol('proto.vendor.ConsensusParams', null, global);
23
- goog.exportSymbol('proto.vendor.Evidence', null, global);
24
- goog.exportSymbol('proto.vendor.EvidenceParams', null, global);
25
- goog.exportSymbol('proto.vendor.Header', null, global);
26
- goog.exportSymbol('proto.vendor.KVPair', null, global);
27
- goog.exportSymbol('proto.vendor.LastCommitInfo', null, global);
28
- goog.exportSymbol('proto.vendor.PartSetHeader', null, global);
29
- goog.exportSymbol('proto.vendor.PubKey', null, global);
30
- goog.exportSymbol('proto.vendor.RequestBeginBlock', null, global);
31
- goog.exportSymbol('proto.vendor.RequestEndBlock', null, global);
32
- goog.exportSymbol('proto.vendor.Validator', null, global);
33
- goog.exportSymbol('proto.vendor.ValidatorParams', null, global);
34
- goog.exportSymbol('proto.vendor.ValidatorUpdate', null, global);
35
- goog.exportSymbol('proto.vendor.Version', null, global);
36
- goog.exportSymbol('proto.vendor.VoteInfo', null, global);
20
+ goog.exportSymbol('proto.vendor.BlockID', null, root);
21
+ goog.exportSymbol('proto.vendor.BlockParams', null, root);
22
+ goog.exportSymbol('proto.vendor.ConsensusParams', null, root);
23
+ goog.exportSymbol('proto.vendor.Evidence', null, root);
24
+ goog.exportSymbol('proto.vendor.EvidenceParams', null, root);
25
+ goog.exportSymbol('proto.vendor.Header', null, root);
26
+ goog.exportSymbol('proto.vendor.KVPair', null, root);
27
+ goog.exportSymbol('proto.vendor.LastCommitInfo', null, root);
28
+ goog.exportSymbol('proto.vendor.PartSetHeader', null, root);
29
+ goog.exportSymbol('proto.vendor.PubKey', null, root);
30
+ goog.exportSymbol('proto.vendor.RequestBeginBlock', null, root);
31
+ goog.exportSymbol('proto.vendor.RequestEndBlock', null, root);
32
+ goog.exportSymbol('proto.vendor.Validator', null, root);
33
+ goog.exportSymbol('proto.vendor.ValidatorParams', null, root);
34
+ goog.exportSymbol('proto.vendor.ValidatorUpdate', null, root);
35
+ goog.exportSymbol('proto.vendor.Version', null, root);
36
+ goog.exportSymbol('proto.vendor.VoteInfo', null, root);
37
37
  /**
38
38
  * Generated by JsPbCodeGenerator.
39
39
  * @param {Array=} opt_data Optional initial data array, typically from a
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ocap/proto",
3
3
  "description": "Static modules generated from forge-sdk protobuf files",
4
- "version": "1.14.10",
4
+ "version": "1.14.14",
5
5
  "author": {
6
6
  "name": "wangshijun",
7
7
  "email": "shijun@arcblock.io",
@@ -44,8 +44,8 @@
44
44
  "coverage": "npm run test -- --coverage"
45
45
  },
46
46
  "dependencies": {
47
- "debug": "^4.3.2",
47
+ "debug": "^4.3.3",
48
48
  "lodash": "^4.17.21"
49
49
  },
50
- "gitHead": "3475efca85274bbd44bf4edd775189f9cabe2188"
50
+ "gitHead": "fae9eaf3cf9d5135f31b6424dcc588a17bc06b97"
51
51
  }