GetTransferInstructionWithdrawContext
Parameters
Parameters not yet documented - please refer to the source code
Response Type
{ /* OpenAPI response type: GetTransferInstructionWithdrawContextResponse */ }
Method
POST
Examples
No examples available
Usage
import { ValidatorApiClient, EnvLoader } from '@fairmint/canton-node-sdk';
const config = EnvLoader.getConfig('VALIDATOR_API', {
network: 'devnet',
provider: '5n'
});
const client = new ValidatorApiClient(config);
// Example usage for GetTransferInstructionWithdrawContext
Generated from: src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-withdraw-context.ts