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.
1 parent 9841898 commit 877e63dCopy full SHA for 877e63d
src/key/index.ts
@@ -76,7 +76,8 @@ export class Key {
76
);
77
}
78
const accountId = await keyStore.platform.createKey({ passphrase });
79
- return PlatformAddress.fromAccountId(accountId);
+ const { networkId } = this;
80
+ return PlatformAddress.fromAccountId(accountId, { networkId });
81
82
83
/**
0 commit comments