Version: 0.15.0

Module: wallets/IdentityWallet

Index#

Classes#

Functions#

Functions#

calculateIdentityAddress#

â–¸ calculateIdentityAddress(factoryAddress: string, ownerAddress: string): any

Defined in src/wallets/IdentityWallet.ts:511

Parameters:#

NameType
factoryAddressstring
ownerAddressstring

Returns: any


getRandomNonce#

â–¸ getRandomNonce(): string

Defined in src/wallets/IdentityWallet.ts:542

Generates a random nonce to use for meta transactions. The nonce fits into the range of ]2^255, 2^256[. This is an alternative to the up counting nonce (]0, 2^255[) without the need to query a TLProvider.

Returns: string