Ed25519KeypairData
@iota/iota-sdk / keypairs/ed25519 / Ed25519KeypairData
Interface: Ed25519KeypairData
Defined in: sdk/typescript/src/keypairs/ed25519/keypair.ts:24
Ed25519 Keypair data. The publickey is the 32-byte public key and the secretkey is the 32-byte secret key.
Properties
publicKey
publicKey:
Uint8Array
Defined in: sdk/typescript/src/keypairs/ed25519/keypair.ts:25
secretKey
secretKey:
Uint8Array
Defined in: sdk/typescript/src/keypairs/ed25519/keypair.ts:26