IdlAccount: {
    docs?: string[];
    isMut: boolean;
    isSigner: boolean;
    name: string;
    pda?: IdlPda;
}

Type declaration

  • Optional docs?: string[]
  • isMut: boolean
  • isSigner: boolean
  • name: string
  • Optional pda?: IdlPda

Generated using TypeDoc