@argonprotocol/mainchain 1.1.0-rc.7 → 1.1.0-rc.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -102,6 +102,7 @@ declare function bitcoinCli(): Command<[], {}, {}>;
102
102
  declare function keyringFromFile(opts: {
103
103
  filePath: string;
104
104
  passphrase?: string;
105
+ passphraseFile?: string;
105
106
  }): Promise<KeyringPair>;
106
107
  declare function saveKeyringPair(opts: {
107
108
  filePath: string;
@@ -116,6 +117,7 @@ declare function buildCli(): Command<[], {
116
117
  accountFilePath?: string | undefined;
117
118
  accountSuri?: string | undefined;
118
119
  accountPassphrase?: string | undefined;
120
+ accountPassphraseFile?: string | undefined;
119
121
  subaccounts?: number[] | undefined;
120
122
  }, {}>;
121
123
  declare function accountsetFromCli(program: Command, proxyForAddress?: string): Promise<Accountset>;
@@ -102,6 +102,7 @@ declare function bitcoinCli(): Command<[], {}, {}>;
102
102
  declare function keyringFromFile(opts: {
103
103
  filePath: string;
104
104
  passphrase?: string;
105
+ passphraseFile?: string;
105
106
  }): Promise<KeyringPair>;
106
107
  declare function saveKeyringPair(opts: {
107
108
  filePath: string;
@@ -116,6 +117,7 @@ declare function buildCli(): Command<[], {
116
117
  accountFilePath?: string | undefined;
117
118
  accountSuri?: string | undefined;
118
119
  accountPassphrase?: string | undefined;
120
+ accountPassphraseFile?: string | undefined;
119
121
  subaccounts?: number[] | undefined;
120
122
  }, {}>;
121
123
  declare function accountsetFromCli(program: Command, proxyForAddress?: string): Promise<Accountset>;