MCPcopy Create free account
hub / github.com/api3dao/airnode / checkWithdrawalStatus

Function checkWithdrawalStatus

packages/airnode-admin/test/e2e/cli.feature.ts:365–371  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

363 const withdrawalRequestId = requestWithdrawalOutput.split('Withdrawal request ID: ')[1];
364
365 const checkWithdrawalStatus = () =>
366 execCommand(
367 'check-withdrawal-request',
368 ['--provider-url', PROVIDER_URL],
369 ['--airnode-rrp-address', airnodeRrp.address],
370 ['--withdrawal-request-id', withdrawalRequestId]
371 );
372
373 expect(checkWithdrawalStatus()).toBe('Withdrawal request is not fulfilled yet');
374

Callers 1

cli.feature.tsFile · 0.85

Calls 1

execCommandFunction · 0.85

Tested by

no test coverage detected