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