Interfaces

LDK API Documentation - Exposed Interfaces

Interfaces - is the definition of a structure for a class or an object that allows for the enforcement at runtime to occur. The interface is used to define the properties and methods of a class/object as well as the return types.

Last updated