Type alias CryptoBytesEncodingGroups

CryptoBytesEncodingGroups: {
    encoding: CryptoBytesEncoding;
    index: number;
}[]

Description of the match groups in a regex used by decodeBytesAuto. If the regex matches, the decoding function will check for a non-empty match in each listed group number in order, and decode using the specified encoding.

Type declaration

Generated using TypeDoc