Bumps [borsh](https://github.com/near/borsh-rs) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/near/borsh-rs/releases) - [Changelog](https://github.com/near/borsh-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/near/borsh-rs/compare/v0.9.0...v0.9.1) --- updated-dependencies: - dependency-name: borsh dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
program | ||
README.md |
README.md
Simple Oracle Pair Token
- pick a deposit token
- pick the decider's pubkey
- pick the mint term end slot
- pick the decide term end slot, must be after 3
Each deposit token can mint one Pass
and one Fail
token up to
the mint term end slot. After the decide term end slot the Pass
token converts 1:1 with the deposit token if and only if the decider
had set pass
before the end of the decide term, otherwise the Fail
token converts 1:1 with the deposit token.