We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb51b2 commit 3736ef5Copy full SHA for 3736ef5
src/utility/TransactionMapping.ts
@@ -37,20 +37,4 @@ export class TransactionMapping {
37
public static createFromPayload(dataBytes: string): Transaction {
38
return CreateTransactionFromPayload(dataBytes);
39
}
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
55
56
0 commit comments