We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53b755e + 1e41b26 commit 04a805fCopy full SHA for 04a805f
modules/sdk-core/src/bitgo/wallet/iWallet.ts
@@ -776,6 +776,9 @@ export interface WalletData {
776
nfts?: { [contractAddressOrToken: string]: NftBalance };
777
unsupportedNfts?: { [contractAddress: string]: NftBalance };
778
users?: WalletUser[];
779
+ evmKeyRingReferenceWalletId?: string;
780
+ isParent?: boolean;
781
+ enabledChildChains?: string[];
782
}
783
784
export interface RecoverTokenOptions {
0 commit comments