protected async Task <Hash256> GetNormalisedAccountStateHash()
        {
            var accountState = (await GetValidatedLedger())["accountState"];

            return(AccountState.FromJson(accountState, normalise: true).Hash());
        }