This website requires JavaScript.
Explore
Help
Sign In
status-im
/
MyCrypto
mirror of
https://github.com/status-im/MyCrypto.git
Watch
2
Star
0
Fork
You've already forked MyCrypto
0
Code
Issues
Projects
Releases
Wiki
Activity
d98389b201
MyCrypto
/
common
/
libs
/
messages.ts
7 lines
106 B
TypeScript
Raw
Blame
History
export
interface
TransactionWithoutGas
{
to
:
string
;
value
:
string
;
data
:
string
;
from
:
string
;
}
Reference in New Issue
View Git Blame
Copy Permalink