• Converts Transaction to a Base64-string.

    First converts a transaction to bytes and then encodes it as a Base64-string. Will attempt to set default Node Account ID and freeze the transaction before converting.

    Type Parameters

    • T extends default

    Parameters

    • transaction: T

      Any instance of a class that extends Transaction

    Returns string

    Base64 encoded representation of the input Transaction object

Generated using TypeDoc