fromBorshBase64<T extends BorshObjectMixin> static method

T fromBorshBase64<T extends BorshObjectMixin>(
  1. String encoded
)

Creates an instance of this class from a base-64 encoded string.

Implementation

static T fromBorshBase64<T extends BorshObjectMixin>(final String encoded)
  => throw _unimplementedError('fromBorshBase64');