nostr package part 1
This commit is contained in:
12
packages/nostr/src/legacy/RelayInfo.ts
Normal file
12
packages/nostr/src/legacy/RelayInfo.ts
Normal file
@ -0,0 +1,12 @@
|
||||
export interface RelayInfo {
|
||||
name?: string;
|
||||
description?: string;
|
||||
pubkey?: string;
|
||||
contact?: string;
|
||||
supported_nips?: number[];
|
||||
software?: string;
|
||||
version?: string;
|
||||
limitation?: {
|
||||
payment_required: boolean;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user