Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 358 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 358 Bytes

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 }