GetIdentityApi: {
    getIdentity(
        NO_CONFIG?: Record<string, never>,
    ): Readonly<{ identity: Address }>;
}

Type declaration

  • getIdentity:function
    • Returns the identity pubkey for the current node

      Parameters

      • OptionalNO_CONFIG: Record<string, never>

      Returns Readonly<{ identity: Address }>