There was an error while loading. Please reload this page.
1 parent 322e56c commit 393a9cbCopy full SHA for 393a9cb
1 file changed
modules/sdk-core/src/bitgo/trading/network/types.ts
@@ -124,7 +124,10 @@ export type GetNetworkAllocationByIdResponse = {
124
allocation: NetworkAllocation;
125
};
126
127
-export type PrepareNetworkAllocationParams = Omit<CreateNetworkAllocationParams, 'payload' | 'signature'> & {
+export type PrepareNetworkAllocationParams = Omit<
128
+ CreateNetworkAllocationParams,
129
+ 'payload' | 'signature' | 'clientExternalId' | 'nonce'
130
+> & {
131
walletPassphrase?: string;
132
clientExternalId?: string;
133
nonce?: string;
0 commit comments