Class BorshCoder<A, T>

BorshCoder is the default Coder for Anchor programs implementing the borsh based serialization interface.

Type Parameters

  • A extends string = string
  • T extends string = string

Implements

Constructors

Properties

Account coder.

Coder for events.

Instruction coder.

types: BorshTypesCoder<T>

Coder for user-defined types.