Documentation ¶
Index ¶
- func FindAccount(accs []simtypes.Account, address string) (simtypes.Account, bool)
- func SimulateMsgAddNocX509Cert(k keeper.Keeper) simtypes.Operation
- func SimulateMsgAddNocX509RootCert(k keeper.Keeper) simtypes.Operation
- func SimulateMsgAddPkiRevocationDistributionPoint(_ keeper.Keeper) simtypes.Operation
- func SimulateMsgAddX509Cert(_ keeper.Keeper) simtypes.Operation
- func SimulateMsgApproveAddX509RootCert(_ keeper.Keeper) simtypes.Operation
- func SimulateMsgApproveRevokeX509RootCert(_ keeper.Keeper) simtypes.Operation
- func SimulateMsgAssignVid(_ keeper.Keeper) simtypes.Operation
- func SimulateMsgDeletePkiRevocationDistributionPoint(_ keeper.Keeper) simtypes.Operation
- func SimulateMsgProposeAddX509RootCert(_ keeper.Keeper) simtypes.Operation
- func SimulateMsgProposeRevokeX509RootCert(_ keeper.Keeper) simtypes.Operation
- func SimulateMsgRejectAddX509RootCert(_ keeper.Keeper) simtypes.Operation
- func SimulateMsgRemoveNocX509IcaCert(k keeper.Keeper) simtypes.Operation
- func SimulateMsgRemoveNocX509RootCert(k keeper.Keeper) simtypes.Operation
- func SimulateMsgRemoveX509Cert(k keeper.Keeper) simtypes.Operation
- func SimulateMsgRevokeNocRootX509Cert(k keeper.Keeper) simtypes.Operation
- func SimulateMsgRevokeNocX509Cert(k keeper.Keeper) simtypes.Operation
- func SimulateMsgRevokeX509Cert(_ keeper.Keeper) simtypes.Operation
- func SimulateMsgUpdatePkiRevocationDistributionPoint(_ 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 SimulateMsgAddNocX509Cert ¶ added in v1.4.0
func SimulateMsgAddNocX509RootCert ¶ added in v1.4.0
func SimulateMsgAddPkiRevocationDistributionPoint ¶ added in v1.2.0
func SimulateMsgAssignVid ¶ added in v1.2.0
func SimulateMsgDeletePkiRevocationDistributionPoint ¶ added in v1.2.0
func SimulateMsgRejectAddX509RootCert ¶ added in v0.11.0
func SimulateMsgRemoveNocX509IcaCert ¶ added in v1.4.0
func SimulateMsgRemoveNocX509RootCert ¶ added in v1.4.0
func SimulateMsgRemoveX509Cert ¶ added in v1.4.0
func SimulateMsgRevokeNocRootX509Cert ¶ added in v1.4.0
func SimulateMsgRevokeNocX509Cert ¶ added in v1.4.0
Types ¶
This section is empty.
Source Files ¶
- add_noc_x_509_ica_cert.go
- add_noc_x_509_root_cert.go
- 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
- assign_vid.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
- remove_noc_x_509_ica_cert.go
- remove_noc_x_509_root_cert.go
- remove_x_509_cert.go
- revoke_noc_x_509_ica_cert.go
- revoke_noc_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.