• Converts a Memo to its CBOR (Concise Binary Object Representation) encoding. This encodes the memo as a CBOR tagged value with tag 24.

    Returns

    The CBOR encoded representation of the memo.

    Parameters

    • value: CborMemo

      The memo to convert to CBOR format.

    Returns Uint8Array

Generated using TypeDoc