@flarenetwork/flare-periphery-contract-artifacts
Version:
Smart contract artifacts for all Flare chains
64 lines (63 loc) • 1.17 kB
JSON
[
{
"inputs": [
{
"internalType": "string",
"name": "xrplProviderWallet",
"type": "string"
}
],
"name": "InvalidXrplProviderWallet",
"type": "error"
},
{
"inputs": [
{
"internalType": "string",
"name": "xrplProviderWallet",
"type": "string"
}
],
"name": "XrplProviderWalletAlreadyExists",
"type": "error"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "string",
"name": "xrplProviderWallet",
"type": "string"
}
],
"name": "XrplProviderWalletAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "string",
"name": "xrplProviderWallet",
"type": "string"
}
],
"name": "XrplProviderWalletRemoved",
"type": "event"
},
{
"inputs": [],
"name": "getXrplProviderWallets",
"outputs": [
{
"internalType": "string[]",
"name": "",
"type": "string[]"
}
],
"stateMutability": "view",
"type": "function"
}
]