10 => ReflectionUtils.ParseDerived<
AccountId,
string>(str);
12 public abstract override bool Equals(
object? obj);
static bool operator==(AccountId a, AccountId b)
abstract string StringRepresentation
static bool operator!=(AccountId a, AccountId b)
abstract override bool Equals(object? obj)
override string ToString()
abstract override int GetHashCode()
static Option< AccountId > Parse(string str)