LookupTransferPreapprovalByParty
Parameters
Parameters not yet documented - please refer to the source code
Response Type
{ /* LookupTransferPreapprovalByPartyResponse */ }
Method
GET
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 LookupTransferPreapprovalByParty
Generated from: src/clients/validator-api/operations/v0/scan-proxy/lookup-transfer-preapproval-by-party.ts