Skip to main content

IotaSignPersonalMessageOutput

@iota/wallet-standard


@iota/wallet-standard / IotaSignPersonalMessageOutput

Interface: IotaSignPersonalMessageOutput

Defined in: sdk/wallet-standard/src/features/iotaSignPersonalMessage.ts:37

Output of signing personal messages.

Extends

Properties

bytes

bytes: string

Defined in: sdk/wallet-standard/src/features/iotaSignPersonalMessage.ts:41

Base64 encoded message bytes

Inherited from

SignedPersonalMessage.bytes


signature

signature: string

Defined in: sdk/wallet-standard/src/features/iotaSignPersonalMessage.ts:43

Base64 encoded signature

Inherited from

SignedPersonalMessage.signature