/// <summary> /// Initialises an NFS object for the Session instance. /// The app pointer is required to perform network operations. /// </summary> /// <param name="appPtr"></param> internal NFS(SafeAppPtr appPtr) { _appPtr = appPtr; }
internal MDataInfoActions(SafeAppPtr appPtr) { _appPtr = appPtr; }
internal MDataEntries(SafeAppPtr appPtr) { _appPtr = appPtr; }
internal MData(SafeAppPtr appPtr) { _appPtr = appPtr; }
/// <summary> /// Initialises an MDataEntryAction object for the Session instance. /// The app pointer is required to perform network operations. /// </summary> /// <param name="appPtr">SafeApp pointer.</param> internal MDataEntryActions(SafeAppPtr appPtr) { _appPtr = appPtr; }
/// <summary> /// Initialise a Keys object for the Session instance. /// The app pointer is required to perform network operations. /// </summary> /// <param name="appPtr">SafeApp pointer.</param> internal Keys(SafeAppPtr appPtr) => _appPtr = appPtr;
/// <summary> /// Initialises an CipherOpt object for the Session instance. /// The app pointer is required to perform network operations. /// </summary> /// <param name="appPtr">SafeApp pointer</param> internal CipherOpt(SafeAppPtr appPtr) { _appPtr = appPtr; }
/// <summary> /// Initialises an Crypto instance. /// The app pointer is required to perform network operations. /// </summary> /// <param name="appPtr">SafeApp pointer</param> internal Crypto(SafeAppPtr appPtr) { _appPtr = appPtr; }
internal MDataPermissions(SafeAppPtr appPtr) { _appPtr = appPtr; }
/// <summary> /// Initialise a Files object for the Session instance. /// The app pointer is required to perform network operations. /// </summary> /// <param name="safeAppPtr"></param> internal Files(SafeAppPtr safeAppPtr) => _appPtr = safeAppPtr;
/// <summary> /// Initialise a Wallet object for the Session instance. /// The app pointer is required to perform network operations. /// </summary> /// <param name="safeAppPtr">SafeApp pointer.</param> internal Wallet(SafeAppPtr safeAppPtr) => _appPtr = safeAppPtr;
/// <summary> /// Initialise a NRS object for the Session instance. /// The app pointer is required to perform network operations. /// </summary> /// <param name="appPtr">SafeApp pointer.</param> internal Nrs(SafeAppPtr appPtr) => _appPtr = appPtr;