iota_sdk.types.signature
Signature Objects
@dataclass
class Signature()
Base class of a signature.
Ed25519Signature Objects
@dataclass
class Ed25519Signature(Signature)
An Ed25519 signature.
Attributes:
publicKey- The Ed25519 public key.signature- The Ed25519 signature of some message.type- The Ed25519 signature type.
Bip44 Objects
@dataclass
class Bip44()
A BIP44 chain.
Attributes:
coinType- The coin type segment.account- The account segment.change- The change segment.addressIndex- The address index segment.