@fioprotocol/fiosdk
Version:
The Foundation for Interwallet Operability (FIO) is a consortium of leading blockchain wallets, exchanges and payments providers that seeks to accelerate blockchain adoption by reducing the risk, complexity, and inconvenience of sending and receiving cryp
16 lines • 420 B
TypeScript
export interface RecordObtDataRequest {
payer_fio_address: string;
payee_fio_address: string;
payer_public_address: string;
payee_public_address: string;
amount: string;
chain_code: string;
token_code: string;
status: string;
obt_id: string;
metadata: string;
fio_request_id: string;
max_fee: number;
actor: string;
}
//# sourceMappingURL=RecordObtDataRequest.d.ts.map