Skip to content

Commit 4ece893

Browse files
committed
fix TransactionCostData
1 parent 42e1b24 commit 4ece893

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
import { ApiProperty } from '@nestjs/swagger';
22

3-
class TransactionCostData {
3+
export class TransactionCostData {
44
@ApiProperty()
55
txGasUnits!: number;
66
}
7-
8-
export class TransactionCost {
9-
@ApiProperty()
10-
data!: TransactionCostData;
11-
}

0 commit comments

Comments
 (0)