Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Coder<A, T>

Coder provides a facade for encoding and decoding all IDL related objects.

Type Parameters

  • A extends string = string

  • T extends string = string

Hierarchy

  • Coder

Implemented by

Index

Properties

accounts: AccountsCoder<A>

Account coder.

events: EventCoder

Coder for events.

instruction: InstructionCoder

Instruction coder.

types: TypesCoder<T>

Coder for user-defined types.

Generated using TypeDoc