Optional novaOptional novaA string representing a wallet's private key for use with the novaProvider,
to instantiate the novaSigner. Ignored if novaSigner is provided.
Optional novaAn ethers.js signer instance for transacting with the orderbook contract. If no novaSigner,
novaPrivateKey, or novaPhrase is provided, the novaProvider's default signer will be used.
Premia.novaProvider.getSigner
Optional phraseA string representing a wallet's secret phrase for use with the provider,
to instantiate the signer. Ignored if privateKey or signer is provided.
Optional privateA string representing a wallet's private key for use with the provider,
to instantiate the signer. Ignored if signer is provided.
Optional signerAn ethers.js signer instance for transacting with the main exchange contracts. If no signer,
privateKey, or phrase is provided, the provider's default signer will be used.
Premia.provider.getSigner
Generated using TypeDoc
A string representing a wallet's secret phrase for use with the
novaProvider, to instantiate thenovaSigner. Ignored ifnovaPrivateKeyornovaSigneris provided.