@hashgraph/sdk
    Preparing search index...

    Class AccountInfoFlow

    This class provides static methods to verify signatures and transactions by fetching the account's key from the network. It supports both Client and Signer-based operations.

    The class provides methods to:

    • Verify message signatures using account public key
    • Verify transaction signatures using account public key
    • Perform verifications using either a Client or Signer instance
    Index

    Constructors

    Methods

    • Parameters

      • client: Client<any, any>
      • accountId: string | AccountId
      • message: Uint8Array<ArrayBufferLike>
      • signature: Uint8Array<ArrayBufferLike>

      Returns Promise<boolean>

    • Parameters

      • signer: Signer
      • accountId: string | AccountId
      • message: Uint8Array<ArrayBufferLike>
      • signature: Uint8Array<ArrayBufferLike>

      Returns Promise<boolean>