factory StakeAccount.fromBuffer(List<int> bytes) { final decode = _Utils.layout.deserialize(bytes).value; return StakeAccount.fromJson(decode); }