Interface: RelationshipsV1Extension
Relationships.v1.RelationshipsV1Extension
Properties
relationshipsV1
• Readonly
relationshipsV1: Object
Type declaration
Name | Type | Description |
---|---|---|
blocks | (subspaceId : Long , blocker? : string , blocked? : string , pagination? : PageRequest ) => Promise <QueryBlocksResponse > | Queries the user blocks for the user having the given address. |
relationships | (subspaceId : Long , user? : string , counterparty? : string , pagination? : PageRequest ) => Promise <QueryRelationshipsResponse > | Queries the relationships for the user having the given address. |