Skip to content

Commit 9355b35

Browse files
committed
remove auto format to keep it simple
1 parent 125bb29 commit 9355b35

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/eth/submit.yaml

+13-13
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@
44
- name: Transaction
55
required: true
66
schema:
7-
$ref: "#/components/schemas/GenericTransaction"
7+
$ref: '#/components/schemas/GenericTransaction'
88
result:
99
name: Transaction hash
1010
schema:
11-
$ref: "#/components/schemas/hash32"
11+
$ref: '#/components/schemas/hash32'
1212
examples:
1313
- name: eth_sendTransaction example
1414
params:
1515
- name: Transaction
1616
value:
17-
from: "0xb60e8dd61c5d32be8058bb8eb970870f07233155"
18-
to: "0xd46e8dd67c5d32be8058bb8eb970870f07244567"
19-
gas: "0x76c0"
20-
gasPrice: "0x9184e72a000"
21-
value: "0x9184e72a"
22-
input: "0xd46e8dd67c5d32be8d46e8dd67c5d32be8058bb8eb970870f072445675058bb8eb970870f072445675"
17+
from: '0xb60e8dd61c5d32be8058bb8eb970870f07233155'
18+
to: '0xd46e8dd67c5d32be8058bb8eb970870f07244567'
19+
gas: '0x76c0'
20+
gasPrice: '0x9184e72a000'
21+
value: '0x9184e72a'
22+
input: '0xd46e8dd67c5d32be8d46e8dd67c5d32be8058bb8eb970870f072445675058bb8eb970870f072445675'
2323
result:
2424
name: Transaction hash
25-
value: "0xe670ec64341771606e55d6b4ca35a1a6b75ee3d5145a99d05921026d1527331"
25+
value: '0xe670ec64341771606e55d6b4ca35a1a6b75ee3d5145a99d05921026d1527331'
2626
- name: eth_sendRawTransaction
2727
summary: Submits a raw transaction. You can create and sign a transaction
2828
externally using a library such as [web3.js](https://web3js.readthedocs.io/)
@@ -44,16 +44,16 @@
4444
- name: Transaction
4545
required: true
4646
schema:
47-
$ref: "#/components/schemas/bytes"
47+
$ref: '#/components/schemas/bytes'
4848
result:
4949
name: Transaction hash
5050
schema:
51-
$ref: "#/components/schemas/hash32"
51+
$ref: '#/components/schemas/hash32'
5252
examples:
5353
- name: eth_sendRawTransaction example
5454
params:
5555
- name: Transaction
56-
value: "0xf869018203e882520894f17f52151ebef6c7334fad080c5704d77216b732881bc16d674ec80000801ba02da1c48b670996dcb1f447ef9ef00b33033c48a4fe938f420bec3e56bfd24071a062e0aa78a81bf0290afbc3a9d8e9a068e6d74caa66c5e0fa8a46deaae96b0833"
56+
value: '0xf869018203e882520894f17f52151ebef6c7334fad080c5704d77216b732881bc16d674ec80000801ba02da1c48b670996dcb1f447ef9ef00b33033c48a4fe938f420bec3e56bfd24071a062e0aa78a81bf0290afbc3a9d8e9a068e6d74caa66c5e0fa8a46deaae96b0833'
5757
result:
5858
name: Transaction hash
59-
value: "0xe670ec64341771606e55d6b4ca35a1a6b75ee3d5145a99d05921026d1527331"
59+
value: '0xe670ec64341771606e55d6b4ca35a1a6b75ee3d5145a99d05921026d1527331'

0 commit comments

Comments
 (0)