UNPKG
@dapix/react-native-fio
Version:
latest (0.1.0)
0.1.0
The FIO react-native-fio SDK communicates with the FIO Blockchain.
@dapix/react-native-fio
/
src
/
entities
/
AbiResponse.ts
6 lines
•
125 B
text/typescript
View Raw
1
2
3
4
5
6
export
interface
AbiResponse
{
account_name
:
string
,
code_hash
:
string
,
abi_hash
:
string
,
abi
:
string
}