fix return field of nft offer (#1972)

This commit is contained in:
ledhed2222
2022-04-20 14:01:20 -04:00
committed by GitHub
parent 8ab4240f02
commit de0ce1b60f

View File

@@ -95,7 +95,7 @@ export interface ResponseOnlyTxInfo {
export interface NFTOffer {
amount: Amount
flags: number
index: string
nft_offer_index: string
owner: string
destination?: string
expiration?: number