Static
deserializeDecode encoded witness data, either as a base-64 encoded string or as a decoded string in a buffer, into an array of witness. Follows the decoding scheme found in buidl-python: https://github.com/buidl-bitcoin/buidl-python/blob/d79e9808e8ca60975d315be41293cb40d968626d/buidl/witness.py#L62
Base-64 encoded witness data, or encoded witness data that have already been decoded
Decoded witness data
Static
serializeEncode array of witness into its base-64 encoded format. Follows the encoding scheme found in buidl-python: https://github.com/buidl-bitcoin/buidl-python/blob/d79e9808e8ca60975d315be41293cb40d968626d/buidl/witness.py#L35
Array of witness data
Base-64 encoded witness data
Class that implement witness data serialization and deserialization.