Skip to content

Commit cd1c52d

Browse files
authored
tx permissioning in plugin (#1744)
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
1 parent d765b69 commit cd1c52d

File tree

1 file changed

+6
-2
lines changed
  • docs/private-networks/concepts/permissioning

1 file changed

+6
-2
lines changed

docs/private-networks/concepts/permissioning/plugin.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@ tags:
1010

1111
You can define complex [permissioning](index.md) solutions by building a plugin that extends Besu functionality.
1212

13-
The plugin API provides a `PermissioningService` interface that currently supports connection permissioning and message permissioning.
13+
The plugin API provides a `PermissioningService` interface that currently supports connection (node) permissioning, transaction permissioning and message permissioning.
1414

15-
## Connection permissioning
15+
## Connection (node) permissioning
1616

1717
Use connection permissioning when deciding whether to restrict node access to known participants only.
1818

19+
## Transaction permissioning
20+
21+
Use transaction permissioning when deciding whether to restrict transaction processing based on transaction properties.
22+
1923
## Message permissioning
2024

2125
Use message permissioning to propagate different types of devP2P messages to particular nodes. For example, this can be used to prevent pending transactions from being forwarded to other nodes.

0 commit comments

Comments
 (0)