public class MessageSigningDigest extends Object
| Constructor and Description |
|---|
MessageSigningDigest() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
from(AccountAddress address,
byte[] message)
Creates a digest for signing a regular message with
TransactionSigner. |
static byte[] |
from(AccountAddress address,
String message)
Creates a digest for signing a regular plain-text message with
TransactionSigner. |
public static byte[] from(AccountAddress address, byte[] message)
TransactionSigner.address - address of the account signing the message.message - message contents.TransactionSigner.public static byte[] from(AccountAddress address, String message)
TransactionSigner.address - address of the account signing the message.message - plain-text message.TransactionSigner.Copyright © 2025. All rights reserved.