File tree Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ import { InnerTransaction } from './InnerTransaction';
2626import { SignedTransaction } from './SignedTransaction' ;
2727import { TransactionInfo } from './TransactionInfo' ;
2828import { TransactionType } from './TransactionType' ;
29- import { SerializeTransactionToJSON } from '../../infrastructure/transaction/SerializeTransactionToJSON' ;
3029
3130/**
3231 * An abstract transaction class that serves as the base class of all NEM transactions.
Original file line number Diff line number Diff line change @@ -37,20 +37,4 @@ export class TransactionMapping {
3737 public static createFromPayload ( dataBytes : string ) : Transaction {
3838 return CreateTransactionFromPayload ( dataBytes ) ;
3939 }
40-
41- /**
42- * Serialize a transaction.
43- * @returns {string } Serialized transaction in binary.
44- */
45- public static serialize ( ) : string {
46- throw new Error ( ) ;
47- }
48-
49- /**
50- * Create transaction class from Json.
51- * @returns {object } Serialized transaction in json object.
52- */
53- public static serializeJson ( ) : object {
54- throw new Error ( ) ;
55- }
5640}
You can’t perform that action at this time.
0 commit comments