Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- export const AutographAbi = [
- {
- "anonymous": false,
- "inputs": [
- {
- "indexed": false,
- "internalType": "address",
- "name": "signer",
- "type": "address"
- },
- {
- "indexed": false,
- "internalType": "string",
- "name": "message",
- "type": "string"
- },
- {
- "indexed": false,
- "internalType": "string",
- "name": "location",
- "type": "string"
- },
- {
- "indexed": false,
- "internalType": "uint256",
- "name": "timestamp",
- "type": "uint256"
- }
- ],
- "name": "Signature",
- "type": "event"
- },
- {
- "inputs": [
- {
- "internalType": "string",
- "name": "message",
- "type": "string"
- },
- {
- "internalType": "string",
- "name": "location",
- "type": "string"
- }
- ],
- "name": "sign",
- "outputs": [],
- "stateMutability": "nonpayable",
- "type": "function"
- }
- ] as const
Advertisement
Add Comment
Please, Sign In to add comment