tryFromBorshBase64<T extends BorshObjectMixin> static method

T? tryFromBorshBase64<T extends BorshObjectMixin>(
  1. String? encoded
)

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

Returns null if encoded is omitted.

Implementation

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