Versions in this module Expand all Collapse all v0 v0.6.5 Apr 2, 2023 Changes in this version + func DecodeTxResponseData(d string, v proto.Unmarshaler) error + func GetAllDIDs(ctx context.Context) ([]*identitytypes.DidDocument, error) + func GetAllServices(ctx context.Context) ([]*identitytypes.Service, error) + func GetDID(ctx context.Context, id string) (*identitytypes.ResolvedDidDocument, error) + func GetService(ctx context.Context, origin string) (*identitytypes.Service, error) + func SimulateTx(txRawBytes []byte) (*txtypes.SimulateResponse, error) + type BroadcastTxResponse = txtypes.BroadcastTxResponse + func BroadcastTx(txRawBytes []byte) (*BroadcastTxResponse, error)