a58b84ce95
#### Problem While TieredReadableAccount implements ReadableAccount that already includes `fn data(&self) -> &'a [u8]`, a `data()` function that directly under TieredReadableAccount is still needed in order to correctly link the lifetime of the returned value and its member account_block. Otherwise, cargo will complain lifetime may not live long enough. #### Summary of Changes This PR adds TieredReadableAccount::data() that directly links the lifetime of its account_block to the returned value. |
||
---|---|---|
.. | ||
benches | ||
src | ||
store-tool | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
build.rs |