Transparently forwarded from InitParams
for convenience.
Transparently forwarded from InitParams
for convenience.
The public and private keypair used by the user to sign payloads.
Refer to signPayload.ts
and
generateWallet.ts#generateNashPayloadSigningKey()
for more information.
All of a user's Wallet
s for all supported blockchains.
Note that private keys are included, so this should never be exposed.
Generated using TypeDoc
The user-specific configuration object generated by initialization of the Nash protocol. Used as an input for various operations, such as signing.
Derived from
InitParams
. Should generally be made accessible on program start, as most important Nash operations require thisConfig
.