ccMember: {
    anchor: Types.Anchor | null | undefined;
    coldHex: string;
    hotHex: string | undefined;
    pub: string | undefined;
}

Type declaration

  • anchor: Types.Anchor | null | undefined
  • coldHex: string
  • hotHex: string | undefined
  • pub: string | undefined