interface GetEngineNoncesResponse {
    orderNonce: string;
    txNonce: string;
}

Properties

Properties

orderNonce: string
txNonce: string