RLPProfile Interface - Describes the profile of the RLP encoding.

interface RLPProfile {
    kind: ScalarKind | ArrayKind | StructKind;
    name: string;
}

Properties

Properties

kind: ScalarKind | ArrayKind | StructKind
name: string