ActorDeclarationRecordAccessor class
final
Methods
-
create({required ActorDeclarationAllowIncoming allowIncoming, String rkey = 'self', bool? validate, String? swapCommit, Map<String, String>? $unknown})
→ Future<XRPCResponse<RepoCreateRecordOutput>>
-
-
delete({String rkey = 'self', String? swapRecord, String? swapCommit, Map<String, String>? $unknown})
→ Future<XRPCResponse<RepoDeleteRecordOutput>>
-
-
get({required String repo, String rkey = 'self', String? cid, Map<String, String>? $unknown})
→ Future<XRPCResponse<RepoGetRecordOutput>>
-
-
list({required String repo, int? limit, String? cursor, bool? reverse, Map<String, String>? $unknown})
→ Future<XRPCResponse<RepoListRecordsOutput>>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
put({required ActorDeclarationAllowIncoming allowIncoming, String rkey = 'self', bool? validate, String? swapRecord, String? swapCommit, Map<String, String>? $unknown})
→ Future<XRPCResponse<RepoPutRecordOutput>>
-
-
toString()
→ String
-
A string representation of this object.
inherited