@iota/wallet
Table of contents
Classes
Type Aliases
Interfaces
- AccountBalance
- BaseCoinBalance
- RequiredStorageDeposit
- NativeTokenBalance
- SyncOptions
- AccountSyncOptions
- AliasSyncOptions
- NftSyncOptions
- AccountMeta
- AccountMetadata
- CreateAccountPayload
- FilterOptions
- AccountManagerOptions
- Address
- AddressWithAmount
- AddressWithUnspentOutputs
- AddressWithMicroAmount
- AddressNativeTokens
- AddressNftId
- AddressGenerationOptions
- GenerateAddressOptions
- BuildAliasOutputData
- BuildBasicOutputData
- BuildFoundryOutputData
- BuildNftOutputData
- LoggerConfig
- NetworkInfo
- ClientOptions
- NodeInfoWrapper
- OutputData
- Segment
- OutputOptions
- Assets
- Features
- Unlocks
- StorageDeposit
- PreparedTransactionData
- InputSigningData
- RemainderData
- LedgerNanoSecretManager
- MnemonicSecretManager
- SeedSecretManager
- StrongholdSecretManager
- LedgerNanoStatus
- LedgerApp
- SignedTransactionEssence
- Transaction
- MintTokenTransaction
- TransactionOptions
- IncreaseNativeTokenSupplyOptions
- NativeTokenOptions
- NftOptions
- AliasOutputOptions
Enumerations
Type Aliases
AccountId
Ƭ AccountId: number
| string
Account identifier Could be the account index (number) or account alias (string)
EventType
Ƭ EventType: "*"
| "ConsolidationRequired"
| "LedgerAddressGeneration"
| "NewOutput"
| "SpentOutput"
| "TransactionInclusion"
| "TransactionProgress"
Wallet event types
Auth
Ƭ Auth: Object
Basic Auth or JWT
Type declaration
Name | Type |
---|---|
jwt? | string |
basicAuthNamePwd? | [string , string ] |
Node
Ƭ Node: Object
A node object for the client
Type declaration
Name | Type |
---|---|
url | string |
auth? | Auth |
disabled? | boolean |
SecretManager
Ƭ SecretManager: LedgerNanoSecretManager
| MnemonicSecretManager
| StrongholdSecretManager
Supported secret managers
RemainderValueStrategy
Ƭ RemainderValueStrategy: ChangeAddress
| ReuseAddress
| CustomAddress
The RemainderValueStrategy
ChangeAddress
Ƭ ChangeAddress: Object
ChangeAddress variant of RemainderValueStrategy
Type declaration
Name | Type |
---|---|
strategy | "ChangeAddress" |
value | null |
ReuseAddress
Ƭ ReuseAddress: Object
ReuseAddress variant of RemainderValueStrategy
Type declaration
Name | Type |
---|---|
strategy | "ReuseAddress" |
value | null |
CustomAddress
Ƭ CustomAddress: Object
CustomAddress variant of RemainderValueStrategy
Type declaration
Name | Type |
---|---|
strategy | "CustomAddress" |
value | string |