interface Decoded {
    prefix: string;
    words: number[];
}

Properties

Properties

prefix: string
words: number[]

Generated using TypeDoc