UNPKG

@lukso/lsp17contractextension-contracts

Version:

Package for the LSP17 Contract Extension standard

28 lines (26 loc) 745 B
const lsp17ExtendableAbi = [ { type: "function", inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }], name: "supportsInterface", outputs: [{ name: "", internalType: "bool", type: "bool" }], stateMutability: "view" } ]; const lsp17ExtensionAbi = [ { type: "function", inputs: [], name: "VERSION", outputs: [{ name: "", internalType: "string", type: "string" }], stateMutability: "view" }, { type: "function", inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }], name: "supportsInterface", outputs: [{ name: "", internalType: "bool", type: "bool" }], stateMutability: "view" } ]; export { lsp17ExtendableAbi, lsp17ExtensionAbi };