WuliTaoTao
WuliTaoTao
官网打不开了?
[官网](https://gitnoteapp.com/)好像打不开了
In Rust, `U256` can be defined as follows: ```rust construct_uint! { #[derive(BorshDeserialize, BorshSerialize, Serialize, Deserialize)] pub struct U256(4); } ``` How to define `U256` in borsh-construct?
In the `store_action_receipts` function located in `near-indexer-for-explorer/database/src/adapters/receipts.rs`, the `error_message` in `await_retry_or_panic!` is ["Failed to store ReceiptActions in database"](https://github.com/near/near-indexer-for-explorer/blob/master/database/src/adapters/receipts.rs#L516), but in other functions, the `error_message` is "Something were stored in database"...