UNPKG

@byzantine/vault-sdk

Version:

Byzantine Vault SDK for creating and managing vaults on Ethereum for restaking strategies

20 lines (19 loc) 538 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BURNER_ABI = void 0; exports.BURNER_ABI = [ { type: "function", name: "owner", inputs: [], outputs: [{ name: "", type: "address", internalType: "address" }], stateMutability: "view", }, { type: "function", name: "transferOwnership", inputs: [{ name: "newOwner", type: "address", internalType: "address" }], outputs: [], stateMutability: "nonpayable", }, ];