Register withdrawal recipient settlement hash for an RFQ

Endpoint to let validator owners (sellers) register a withdrawal recipient settlement hash for an RFQ withdrawal proposal

import { NorthstakeApi } from '@northstake/northstakeapi';
const api = new NorthstakeApi('apiKey', 'privateKey')

const rfqId = 'rfq-id-1234'
const transaction_hash= '0x1234567890'

await api.validatorMarketplaceSellers.registerWithdrawalRecipientSettlement(rfqId , {transaction_hash})
Language
Click Try It! to start a request and see the response here!