Solana
true
false
Initialize
stream.initRent(
rate: BN, // rent price per minute in lamport
offerDurationInMinutes: BN, // lend offer duration in minutes
fixedDurationInMinutes: BN, // fixed rent duration in minutes
rentIsFixed: boolean, // if a lender decides to define fixed rent duration
ownerRevenue: BN, // owner share for revenue
trialType: TrialType | null, // not null if not on trial
trialFee: BN | null, // not null if on trial
mint: PublicKey, // mint address of NFT
whiteList?: PublicKey, //optional
secretKey?: string, //Optional (providing secret send on-chain transaction)
raw?: boolean //Optional (return raw transaction)
)[Process]
[Cancel]
[Expire]
Last updated