Skip to content

EmreKeskin47/LockBox

 
 

Repository files navigation

CW1-LOCKBOX

put tokens into contract. if a reset function is not called by the owner in predefined period, the supplied different accounts can move the tokens out.

Execute

  • CreateLockBox{admin: String, addresses: Vec, expiration: Expiration}
  • Reset{id: Uint64}
  • Claim{id: Uint64}
  • Deposit{id: Uint64}

Query

  • Lockbox{ id: Uint64 }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%