Documentation ¶
Index ¶
- func FindAccount(accs []simtypes.Account, address string) (simtypes.Account, bool)
- func SimulateMsgAddPkiRevocationDistributionPoint(k keeper.Keeper) simtypes.Operation
- func SimulateMsgAddX509Cert(k keeper.Keeper) simtypes.Operation
- func SimulateMsgApproveAddX509RootCert(k keeper.Keeper) simtypes.Operation
- func SimulateMsgApproveRevokeX509RootCert(k keeper.Keeper) simtypes.Operation
- func SimulateMsgDeletePkiRevocationDistributionPoint(k keeper.Keeper) simtypes.Operation
- func SimulateMsgProposeAddX509RootCert(k keeper.Keeper) simtypes.Operation
- func SimulateMsgProposeRevokeX509RootCert(k keeper.Keeper) simtypes.Operation
- func SimulateMsgRejectAddX509RootCert(k keeper.Keeper) simtypes.Operation
- func SimulateMsgRevokeX509Cert(k keeper.Keeper) simtypes.Operation
- func SimulateMsgUpdatePkiRevocationDistributionPoint(k keeper.Keeper) simtypes.Operation
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindAccount ¶
FindAccount find a specific address from an account list.
func SimulateMsgAddPkiRevocationDistributionPoint ¶ added in v1.2.0
func SimulateMsgDeletePkiRevocationDistributionPoint ¶ added in v1.2.0
func SimulateMsgRejectAddX509RootCert ¶ added in v0.11.0
Types ¶
This section is empty.
Source Files ¶
- add_pki_revocation_distribution_point.go
- add_x_509_cert.go
- approve_add_x_509_root_cert.go
- approve_revoke_x_509_root_cert.go
- delete_pki_revocation_distribution_point.go
- propose_add_x_509_root_cert.go
- propose_revoke_x_509_root_cert.go
- reject_add_x_509_root_cert.go
- revoke_x_509_cert.go
- simap.go
- update_pki_revocation_distribution_point.go
Click to show internal directories.
Click to hide internal directories.