File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff 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
182193Returns ** 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
You can’t perform that action at this time.
0 commit comments