interface EngineServerNoncesResponse {
    order_nonce: string;
    tx_nonce: string;
}

Properties

order_nonce: string
tx_nonce: string