Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

How to deal with KtonERC20 precompile Approves storage? #14

Closed
Tracked by #9
boundless-forest opened this issue Oct 14, 2022 · 0 comments · Fixed by #137
Closed
Tracked by #9

How to deal with KtonERC20 precompile Approves storage? #14

boundless-forest opened this issue Oct 14, 2022 · 0 comments · Fixed by #137
Assignees

Comments

@boundless-forest
Copy link
Member

struct Approves;
impl StorageInstance for Approves {
	const STORAGE_PREFIX: &'static str = "Approves";

	fn pallet_prefix() -> &'static str {
		"KtonERC20"
	}
}

type ApprovesStorage =
	StorageDoubleMap<Approves, Blake2_128Concat, H160, Blake2_128Concat, H160, U256, ValueQuery>;
@boundless-forest boundless-forest self-assigned this Oct 14, 2022
@boundless-forest boundless-forest mentioned this issue Oct 14, 2022
38 tasks
@boundless-forest boundless-forest changed the title How to deal with KtonERC20 precompile storage? How to deal with KtonERC20 Approves precompile storage? Oct 14, 2022
@boundless-forest boundless-forest changed the title How to deal with KtonERC20 Approves precompile storage? How to deal with KtonERC20 precompile Approves storage? Oct 14, 2022
@boundless-forest boundless-forest changed the title How to deal with KtonERC20 precompile Approves storage? How to deal with KtonERC20 precompile Approves storage? Oct 14, 2022
@boundless-forest boundless-forest linked a pull request Dec 19, 2022 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant