getAddress abstract method
- {int index = 0,
- dynamic bytes}
Returns the Hex address associated with the signer.
Optional parameters:
index
: The index or position of the signer. Used for multi-signature scenarios.id
: An optional identifier associated with the signing process.
hex string length is 40+2 for Ethereum addresses and 64+2 Passkey compliant addresses
Returns a String representing a valid hex string.
Implementation
String getAddress({int index = 0, bytes});