UNPKG
tondev
Version:
latest (0.11.2)
0.11.2
0.11.1
0.11.0
0.10.5
0.10.4
0.10.3
0.10.2
0.10.1
0.9.0
0.8.1
0.8.0
0.7.4
0.7.3
0.7.2
0.7.0
0.6.0
0.5.0
0.4.0
0.3.3
0.2.0
TON Dev Environment
docs.ton.dev
tonlabs/tondev
tondev
/
dist
/
controllers
/
contract
/
accounts.d.ts
10 lines
•
306 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
Terminal
}
from
"../../core"
;
import
{
Account
}
from
"@tonclient/appkit"
;
export
declare
function
getAccount
(
terminal
:
Terminal
,
args
: { file:
string
; network:
string
; signer:
string
; data:
string
; address?:
string
; }
):
Promise
<
Account
>;
//# sourceMappingURL=accounts.d.ts.map