Documentation ¶
Index ¶
Constants ¶
View Source
const CallOptionWithSettlement = `` /* 795-byte string literal not displayed */
View Source
const CollateralizedLoan = `` /* 373-byte string literal not displayed */
View Source
const EscrowedTransfer = `` /* 300-byte string literal not displayed */
View Source
const LockToOutput = `
contract LockToOutput(address: Program) locks locked {
clause relock() {
lock locked with address
}
}
`
View Source
const LockWith2of3Keys = `` /* 221-byte string literal not displayed */
View Source
const LockWithPKHash = `` /* 212-byte string literal not displayed */
View Source
const LockWithPublicKey = `` /* 168-byte string literal not displayed */
View Source
const OneTwo = `` /* 493-byte string literal not displayed */
View Source
const PriceChanger = `` /* 432-byte string literal not displayed */
View Source
const RevealPreimage = `` /* 140-byte string literal not displayed */
View Source
const TradeOffer = `` /* 387-byte string literal not displayed */
View Source
const TrivialLock = `
contract TrivialLock() locks locked {
clause trivialUnlock() {
unlock locked
}
}
`
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.