opensea-js
Version:
TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs and our marketplace data
54 lines (53 loc) • 1.16 kB
JSON
[
{
"inputs": [
{
"components": [
{
"internalType": "enum ConduitItemType",
"name": "itemType",
"type": "uint8"
},
{
"internalType": "address",
"name": "token",
"type": "address"
},
{
"internalType": "uint256",
"name": "identifier",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
},
{
"internalType": "address",
"name": "recipient",
"type": "address"
}
],
"internalType": "struct TransferHelperItem[]",
"name": "items",
"type": "tuple[]"
},
{
"internalType": "bytes32",
"name": "conduitKey",
"type": "bytes32"
}
],
"name": "bulkTransfer",
"outputs": [
{
"internalType": "bytes4",
"name": "magicValue",
"type": "bytes4"
}
],
"stateMutability": "nonpayable",
"type": "function"
}
]