@dapix/react-native-fio
Version:
The FIO react-native-fio SDK communicates with the FIO Blockchain.
15 lines • 402 B
text/typescript
export interface RecordSendRequest{
payer_fio_address:string,
payee_fio_address:string,
payer_public_address:string,
payee_public_address:string,
amount:string,
token_code:string,
chaincode:string,
status:string,
obt_id:string,
metadata:string,
fio_request_id:string,
max_fee:number,
actor:string
}