Documentation
¶
Index ¶
- func CreatePairwise(wh int, theirDID, myDID, meta unsafe.Pointer) chan indyUtils.IndyResult
- func GetPairwise(wh int, theirDID unsafe.Pointer) chan indyUtils.IndyResult
- func IsPairwiseExists(wh int, theirDID unsafe.Pointer) chan indyUtils.IndyResult
- func ListPairwise(wh int) chan indyUtils.IndyResult
- func SetPairwiseMetadata(wh int, theirDID, meta unsafe.Pointer) chan indyUtils.IndyResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreatePairwise ¶
func CreatePairwise(wh int, theirDID, myDID, meta unsafe.Pointer) chan indyUtils.IndyResult
CreatePairwise creates pairwise
func GetPairwise ¶
func GetPairwise(wh int, theirDID unsafe.Pointer) chan indyUtils.IndyResult
GetPairwise gets pairwise information for specific their_did
func IsPairwiseExists ¶
func IsPairwiseExists(wh int, theirDID unsafe.Pointer) chan indyUtils.IndyResult
IsPairwiseExists Check if pairwise is exists
func ListPairwise ¶
func ListPairwise(wh int) chan indyUtils.IndyResult
ListPairwise Get list of saved pairwise.
func SetPairwiseMetadata ¶
func SetPairwiseMetadata(wh int, theirDID, meta unsafe.Pointer) chan indyUtils.IndyResult
SetPairwiseMetadata save some data in the Wallet for pairwise associated with Did
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.