IdlField: {
    docs?: string[];
    name: string;
    type: IdlType;
}

Type declaration

  • Optional docs?: string[]
  • name: string
  • type: IdlType

Generated using TypeDoc