interface BitArrayAmino {
    bits?: string;
    elems?: string[];
}

Properties

Properties

bits?: string
elems?: string[]