UNPKG
tegro-swap-sdk
Version:
latest (1.5.11)
1.5.11
SDK for building applications on top of Tegro.ag - Swap Aggregator on TON 💎.
tegro-swap-sdk
/
dist
/
interfaces
/
message.interface.d.ts
7 lines
(6 loc)
•
116 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
Message
{
address
:
string
;
amount
:
string
;
stateInit
?:
string
;
payload
?:
string
; }