Add GET fee_recipients
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
export const relayerApiFeeRecipientsResponseSchema = {
|
||||
id: '/relayerApiFeeRecipientsResponseSchema',
|
||||
type: 'object',
|
||||
allOf: [
|
||||
{ $ref: '/paginatedCollectionSchema' },
|
||||
{
|
||||
properties: {
|
||||
records: { $ref: '/addressSchema' },
|
||||
},
|
||||
required: ['records'],
|
||||
},
|
||||
],
|
||||
};
|
Reference in New Issue
Block a user