zink icon indicating copy to clipboard operation
zink copied to clipboard

Passing bytes in storage

Open clearloop opened this issue 1 year ago • 0 comments

Describe the feature

refactor the implementation of storage

impl Storage for MyStorage {
  fn set(value: Self) {
    value.push();
    Self::STORAGE_KEY.push();
    ffi::evm::sstore();
  }
}

Solution

No response

clearloop avatar Feb 04 '24 14:02 clearloop