Skip to content

Commit 5faca20

Browse files
author
Chengchcc
committed
update readme
1 parent 0d91d3c commit 5faca20

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

packages/app-tron/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ api_client.buildTransaction(
6060
- [Parameters](#parameters-4)
6161
- [getAccountFromHardware](#getaccountfromhardware)
6262
- [Parameters](#parameters-5)
63+
- [TronUnsignedTx](#tronunsignedtx)
6364
- [TronLocalSigner](#tronlocalsigner)
6465
- [signTransaction](#signtransaction-1)
6566
- [Parameters](#parameters-6)
66-
- [TronUnsignedTx](#tronunsignedtx)
6767
- [ITronConfig](#itronconfig)
6868
- [network](#network)
6969
- [trongrid_api](#trongrid_api)
@@ -167,6 +167,17 @@ not implemented
167167
- `_address_index` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)**
168168
- `hardware` **IHardware**
169169

170+
### TronUnsignedTx
171+
172+
Tron unsigned transaction
173+
174+
- to: string;
175+
- owner: string;
176+
- amount: number;
177+
- timestamp: number;
178+
- expiration: number;
179+
- latest_block: { hash: string; number: string; };
180+
170181
### TronLocalSigner
171182

172183
#### signTransaction
@@ -181,17 +192,6 @@ Sign transaction of tron local signer
181192

182193
Returns **any** signed tron tx
183194

184-
### TronUnsignedTx
185-
186-
Tron unsigned transaction
187-
188-
- to: string;
189-
- owner: string;
190-
- amount: number;
191-
- timestamp: number;
192-
- expiration: number;
193-
- latest_block: { hash: string; number: string; };
194-
195195
### ITronConfig
196196

197197
#### network

0 commit comments

Comments
 (0)