• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

proximax-storage / tsjs-xpx-chain-sdk / 8778928347

22 Apr 2024 05:20AM UTC coverage: 67.306% (-3.7%) from 71.021%
8778928347

push

github

web-flow
Merge pull request #172 from proximax-storage/next

Add new transactions and new node API fetch

1207 of 2739 branches covered (44.07%)

Branch coverage included in aggregate %.

359 of 1167 new or added lines in 63 files covered. (30.76%)

2 existing lines in 1 file now uncovered.

8977 of 12392 relevant lines covered (72.44%)

140180.65 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

75.0
/src/infrastructure/model/nodeUnlockedAccountDTO.ts
1
/*
2
 * Copyright 2024 ProximaX
3
 * Licensed under the Apache License, Version 2.0 (the "License");
4
 * you may not use this file except in compliance with the License.
5
 * You may obtain a copy of the License at
6
 *
7
 *     http://www.apache.org/licenses/LICENSE-2.0
8
 *
9
 * Unless required by applicable law or agreed to in writing, software
10
 * distributed under the License is distributed on an "AS IS" BASIS,
11
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
 * See the License for the specific language governing permissions and
13
 * limitations under the License.
14
 */
15

16
import { RequestFile } from '../api';
17

18
export class NodeUnlockedAccountDTO {
1✔
19
    'PublicKey': string;
20

21
    static discriminator: string | undefined = undefined;
1✔
22

23
    static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
1✔
24
        {
25
            "name": "PublicKey",
26
            "baseName": "PublicKey",
27
            "type": "string"
28
        }    ];
29

30
    static getAttributeTypeMap() {
NEW
31
        return NodeUnlockedAccountDTO.attributeTypeMap;
×
32
    }
33
}
34

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc