File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ export type Login = { fingerprint: number }
334334export type LoginResponse = Record < string , never >
335335export type Logout = Record < string , never >
336336export type LogoutResponse = Record < string , never >
337- export type MakeOffer = { requested_assets : Assets ; offered_assets : Assets ; fee : Amount ; expires_at_second : number | null }
337+ export type MakeOffer = { requested_assets : Assets ; offered_assets : Assets ; fee : Amount ; receive_address ?: string | null ; expires_at_second ? : number | null }
338338export type MakeOfferResponse = { offer : string ; offer_id : string }
339339export type Network = { default_port : number ; ticker : string ; address_prefix : string ; precision : number ; genesis_challenge : string ; agg_sig_me : string ; dns_introducers : string [ ] }
340340export type NetworkConfig = { network_id : string ; target_peers : number ; discover_peers : boolean }
You can’t perform that action at this time.
0 commit comments