@renft/sdk
Version:
**ReNFT** is a multi-chain highly gas-optimised NFT rental protocol and platform that can be whitelabel integrated into any project to enable collateral-free in-house renting, lending, and reward share (scholarship automation).
25 lines (24 loc) • 661 B
text/typescript
export default [
{
inputs: [{ internalType: 'address', name: '_admin', type: 'address' }],
stateMutability: 'nonpayable',
type: 'constructor',
},
{
inputs: [{ internalType: 'uint8', name: '_pt', type: 'uint8' }],
name: 'getPaymentToken',
outputs: [{ internalType: 'address', name: '', type: 'address' }],
stateMutability: 'view',
type: 'function',
},
{
inputs: [
{ internalType: 'uint8', name: '_pt', type: 'uint8' },
{ internalType: 'address', name: '_v', type: 'address' },
],
name: 'setPaymentToken',
outputs: [],
stateMutability: 'nonpayable',
type: 'function',
},
] as const;