Type alias IdlSerialization

IdlSerialization: "borsh" | "bytemuck" | "bytemuckunsafe" | {
    custom: string;
}

Type declaration

  • custom: string